#601436

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

Shades of Pompadour #601436

Tints of Pompadour #601436

Color information

#601436 (or 0x601436) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 36. RGB value is (96,20,54). Sum of RGB (Red+Green+Blue) = 96+20+54=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601436 is #9FEBC9. Grayscale: #2E2E2E. Windows color (decimal): -10480586 or 3544160. OLE color: 3544160.

HSL color Cylindrical-coordinate representation of color #601436: hue angle of 333.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601436 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB962054-
CMYK00.790.440.62
HSL333.16º65.52%22.75%-
HSV(B)333.16º79.17%37.65%-
XYZ5.743.253.82-
YUV46.6132.18163.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=56.47%
G=11.76%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96205400.790.440.62333.1665.5222.75
Hex60143604F2C3E14d4217
Octal14024660117547651510227
Binary11000001010011011001001111101100111110101001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601436; }

 p { color: rgb(96,20,54); }

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

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

 a { background-color: rgb(96,20,54); }

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

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

 span { border-color: rgb(96,20,54); }

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