#601849

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

Shades of Pompadour #601849

Tints of Pompadour #601849

Color information

#601849 (or 0x601849) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 49. RGB value is (96,24,73). Sum of RGB (Red+Green+Blue) = 96+24+73=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #601849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601849 is #9FE7B6. Grayscale: #323232. Windows color (decimal): -10479543 or 4790368. OLE color: 4790368.

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

Color convert

RGB962473-
CMYK00.750.240.62
HSL319.17º60%23.53%-
HSV(B)319.17º75%37.65%-
XYZ6.353.626.67-
YUV51.11140.35160.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=49.74%
G=12.44%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96247300.750.240.62319.176023.53
Hex60184904B183E13f3c18
Octal14030111011330764777430
Binary1100000110001001001010010111100011111010011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601849; }

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

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

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

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

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

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

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

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