#602846

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

Shades of Pompadour #602846

Tints of Pompadour #602846

Color information

#602846 (or 0x602846) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 46. RGB value is (96,40,70). Sum of RGB (Red+Green+Blue) = 96+40+70=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #602846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602846 is #9FD7B9. Grayscale: #3C3C3C. Windows color (decimal): -10475450 or 4597856. OLE color: 4597856.

HSL color Cylindrical-coordinate representation of color #602846: hue angle of 327.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602846 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB964070-
CMYK00.580.270.62
HSL327.86º41.18%26.67%-
HSV(B)327.86º58.33%37.65%-
XYZ6.694.456.3-
YUV60.16133.55153.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=46.60%
G=19.42%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96407000.580.270.62327.8641.1826.67
Hex60284603A1B3E148291b
Octal1405010607233765105133
Binary1100000101000100011001110101101111111010100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602846; }

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

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

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

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

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

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

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

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