#602149

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

Shades of Pompadour #602149

Tints of Pompadour #602149

Color information

#602149 (or 0x602149) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 49. RGB value is (96,33,73). Sum of RGB (Red+Green+Blue) = 96+33+73=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602149 is #9FDEB6. Grayscale: #383838. Windows color (decimal): -10477239 or 4792672. OLE color: 4792672.

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

Color convert

RGB963373-
CMYK00.660.240.62
HSL321.9º48.84%25.29%-
HSV(B)321.9º65.62%37.65%-
XYZ6.574.066.74-
YUV56.4137.37156.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=47.52%
G=16.34%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337300.660.240.62321.948.8425.29
Hex602149042183E1423119
Octal14041111010230765026131
Binary11000001000011001001010000101100011111010100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602149; }

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

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

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

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

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

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

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

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