#601A42

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

Shades of Pompadour #601A42

Tints of Pompadour #601A42

Color information

#601A42 (or 0x601A42) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 42. RGB value is (96,26,66). Sum of RGB (Red+Green+Blue) = 96+26+66=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A42 is #9FE5BD. Grayscale: #333333. Windows color (decimal): -10479038 or 4332128. OLE color: 4332128.

HSL color Cylindrical-coordinate representation of color #601A42: hue angle of 325.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A42 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB962666-
CMYK00.730.310.62
HSL325.71º57.38%23.92%-
HSV(B)325.71º72.92%37.65%-
XYZ6.183.625.53-
YUV51.49136.19159.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=51.06%
G=13.83%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96266600.730.310.62325.7157.3823.92
Hex601A420491F3E1463918
Octal14032102011137765067130
Binary1100000110101000010010010011111111111010100011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A42; }

 p { color: rgb(96,26,66); }

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

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

 a { background-color: rgb(96,26,66); }

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

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

 span { border-color: rgb(96,26,66); }

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