#601945

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

Shades of Pompadour #601945

Tints of Pompadour #601945

Color information

#601945 (or 0x601945) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 45. RGB value is (96,25,69). Sum of RGB (Red+Green+Blue) = 96+25+69=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601945 is #9FE6BA. Grayscale: #333333. Windows color (decimal): -10479291 or 4528480. OLE color: 4528480.

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

Color convert

RGB962569-
CMYK00.740.280.62
HSL322.82º58.68%23.73%-
HSV(B)322.82º73.96%37.65%-
XYZ6.253.616-
YUV51.24138.02159.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=50.53%
G=13.16%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256900.740.280.62322.8258.6823.73
Hex60194504A1C3E1433b18
Octal14031105011234765037330
Binary1100000110011000101010010101110011111010100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601945; }

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

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

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

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

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

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

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

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