#602146

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

Shades of Pompadour #602146

Tints of Pompadour #602146

Color information

#602146 (or 0x602146) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 46. RGB value is (96,33,70). Sum of RGB (Red+Green+Blue) = 96+33+70=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602146 is #9FDEB9. Grayscale: #373737. Windows color (decimal): -10477242 or 4596064. OLE color: 4596064.

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

Color convert

RGB963370-
CMYK00.660.270.62
HSL324.76º48.84%25.29%-
HSV(B)324.76º65.62%37.65%-
XYZ6.474.026.23-
YUV56.06135.87156.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=48.24%
G=16.58%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337000.660.270.62324.7648.8425.29
Hex6021460421B3E1453119
Octal14041106010233765056131
Binary11000001000011000110010000101101111111010100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602146; }

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

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

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

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

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

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

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

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