#74114F

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

Shades of Pompadour #74114F

Tints of Pompadour #74114F

Color information

#74114F (or 0x74114F) is unknown color: approx Pompadour. HEX triplet: 74, 11 and 4F. RGB value is (116,17,79). Sum of RGB (Red+Green+Blue) = 116+17+79=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74114F is #8BEEB0. Grayscale: #353535. Windows color (decimal): -9170609 or 5181812. OLE color: 5181812.

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

Color convert

RGB1161779-
CMYK00.850.320.55
HSL322.42º74.44%26.08%-
HSV(B)322.42º85.34%45.49%-
XYZ8.814.687.84-
YUV53.67142.3172.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=54.72%
G=8.02%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116177900.850.320.55322.4274.4426.08
Hex74114F05520371424a1a
Octal164211170125406750211232
Binary111010010001100111101010101100000110111101000010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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