#601E42

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

Shades of Pompadour #601E42

Tints of Pompadour #601E42

Color information

#601E42 (or 0x601E42) is unknown color: approx Pompadour. HEX triplet: 60, 1E and 42. RGB value is (96,30,66). Sum of RGB (Red+Green+Blue) = 96+30+66=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E42 is #9FE1BD. Grayscale: #353535. Windows color (decimal): -10478014 or 4333152. OLE color: 4333152.

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

Color convert

RGB963066-
CMYK00.690.310.62
HSL327.27º52.38%24.71%-
HSV(B)327.27º68.75%37.65%-
XYZ6.273.815.56-
YUV53.84134.87158.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=50%
G=15.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96306600.690.310.62327.2752.3824.71
Hex601E420451F3E1473419
Octal14036102010537765076431
Binary1100000111101000010010001011111111111010100011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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