#74104F

Color #74104F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #74104F

Tints of Pompadour #74104F

Color information

#74104F (or 0x74104F) is unknown color: approx Pompadour. HEX triplet: 74, 10 and 4F. RGB value is (116,16,79). Sum of RGB (Red+Green+Blue) = 116+16+79=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74104F is #8BEFB0. Grayscale: #343434. Windows color (decimal): -9170865 or 5181556. OLE color: 5181556.

HSL color Cylindrical-coordinate representation of color #74104F: hue angle of 322.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74104F is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1161679-
CMYK00.860.320.55
HSL322.2º75.76%25.88%-
HSV(B)322.2º86.21%45.49%-
XYZ8.84.657.83-
YUV53.08142.63172.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=54.98%
G=7.58%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116167900.860.320.55322.275.7625.88
Hex74104F05620371424c1a
Octal164201170126406750211432
Binary111010010000100111101010110100000110111101000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74104F; }

 p { color: rgb(116,16,79); }

 H1.HeaderClassName
 {
   color: #74104F;
 }
 .AnyTagClassName
 {
   color: #74104F;
 }
</style>
background-color css

<style>
 a { background-color: #74104F; }

 a { background-color: rgb(116,16,79); }

 div.DivClassName
 {
   background-color: #74104F;
 }
 .BgClassName
 {
   background-color: #74104F;
 }
</style>
border-color css

<style>
 span { border-color: #74104F; }

 span { border-color: rgb(116,16,79); }

 td.TdClassName
 {
   border-color: #74104F;
 }
 .TagClassName
 {
   border-color: #74104F;
 }
</style>