#601940

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

Shades of Pompadour #601940

Tints of Pompadour #601940

Color information

#601940 (or 0x601940) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 40. RGB value is (96,25,64). Sum of RGB (Red+Green+Blue) = 96+25+64=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601940 is #9FE6BF. Grayscale: #323232. Windows color (decimal): -10479296 or 4200800. OLE color: 4200800.

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

Color convert

RGB962564-
CMYK00.740.330.62
HSL327.04º58.68%23.73%-
HSV(B)327.04º73.96%37.65%-
XYZ6.13.555.21-
YUV50.68135.52160.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=51.89%
G=13.51%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256400.740.330.62327.0458.6823.73
Hex60194004A213E1473b18
Octal14031100011241765077330
Binary11000001100110000000100101010000111111010100011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601940; }

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

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

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

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

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

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

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

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