#601841

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

Shades of Pompadour #601841

Tints of Pompadour #601841

Color information

#601841 (or 0x601841) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 41. RGB value is (96,24,65). Sum of RGB (Red+Green+Blue) = 96+24+65=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601841 is #9FE7BE. Grayscale: #323232. Windows color (decimal): -10479551 or 4266080. OLE color: 4266080.

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

Color convert

RGB962465-
CMYK00.750.320.62
HSL325.83º60%23.53%-
HSV(B)325.83º75%37.65%-
XYZ6.13.525.36-
YUV50.2136.35160.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=51.89%
G=12.97%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96246500.750.320.62325.836023.53
Hex60184104B203E1463c18
Octal14030101011340765067430
Binary11000001100010000010100101110000011111010100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601841; }

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

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

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

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

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

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

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

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