#601836

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

Shades of Pompadour #601836

Tints of Pompadour #601836

Color information

#601836 (or 0x601836) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 36. RGB value is (96,24,54). Sum of RGB (Red+Green+Blue) = 96+24+54=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601836 is #9FE7C9. Grayscale: #303030. Windows color (decimal): -10479562 or 3545184. OLE color: 3545184.

HSL color Cylindrical-coordinate representation of color #601836: hue angle of 335º 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 #601836 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB962454-
CMYK00.750.440.62
HSL335º60%23.53%-
HSV(B)335º75%37.65%-
XYZ5.823.413.84-
YUV48.95130.85161.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=55.17%
G=13.79%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96245400.750.440.623356023.53
Hex60183604B2C3E14f3c18
Octal1403066011354765177430
Binary1100000110001101100100101110110011111010100111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601836; }

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

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

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

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

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

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

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

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