#601837

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

Shades of Pompadour #601837

Tints of Pompadour #601837

Color information

#601837 (or 0x601837) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 37. RGB value is (96,24,55). Sum of RGB (Red+Green+Blue) = 96+24+55=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #601837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601837 is #9FE7C8. Grayscale: #313131. Windows color (decimal): -10479561 or 3610720. OLE color: 3610720.

HSL color Cylindrical-coordinate representation of color #601837: hue angle of 334.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601837 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB962455-
CMYK00.750.430.62
HSL334.17º60%23.53%-
HSV(B)334.17º75%37.65%-
XYZ5.843.423.97-
YUV49.06131.35161.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=54.86%
G=13.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96245500.750.430.62334.176023.53
Hex60183704B2B3E14e3c18
Octal1403067011353765167430
Binary1100000110001101110100101110101111111010100111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601837; }

 p { color: rgb(96,24,55); }

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

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

 a { background-color: rgb(96,24,55); }

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

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

 span { border-color: rgb(96,24,55); }

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