#601941

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

Shades of Pompadour #601941

Tints of Pompadour #601941

Color information

#601941 (or 0x601941) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 41. RGB value is (96,25,65). Sum of RGB (Red+Green+Blue) = 96+25+65=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601941 is #9FE6BE. Grayscale: #323232. Windows color (decimal): -10479295 or 4266336. OLE color: 4266336.

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

Color convert

RGB962565-
CMYK00.740.320.62
HSL326.2º58.68%23.73%-
HSV(B)326.2º73.96%37.65%-
XYZ6.133.565.37-
YUV50.79136.02160.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=51.61%
G=13.44%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256500.740.320.62326.258.6823.73
Hex60194104A203E1463b18
Octal14031101011240765067330
Binary11000001100110000010100101010000011111010100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601941; }

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

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

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

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

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

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

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

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