#601649

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

Shades of Pompadour #601649

Tints of Pompadour #601649

Color information

#601649 (or 0x601649) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 49. RGB value is (96,22,73). Sum of RGB (Red+Green+Blue) = 96+22+73=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601649 is #9FE9B6. Grayscale: #313131. Windows color (decimal): -10480055 or 4789856. OLE color: 4789856.

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

Color convert

RGB962273-
CMYK00.770.240.62
HSL318.65º62.71%23.14%-
HSV(B)318.65º77.08%37.65%-
XYZ6.313.546.65-
YUV49.94141.02160.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=50.26%
G=11.52%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96227300.770.240.62318.6562.7123.14
Hex60164904D183E13f3f17
Octal14026111011530764777727
Binary1100000101101001001010011011100011111010011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601649; }

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

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

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

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

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

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

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

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