#602847

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

Shades of Pompadour #602847

Tints of Pompadour #602847

Color information

#602847 (or 0x602847) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 47. RGB value is (96,40,71). Sum of RGB (Red+Green+Blue) = 96+40+71=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602847 is #9FD7B8. Grayscale: #3C3C3C. Windows color (decimal): -10475449 or 4663392. OLE color: 4663392.

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

Color convert

RGB964071-
CMYK00.580.260.62
HSL326.79º41.18%26.67%-
HSV(B)326.79º58.33%37.65%-
XYZ6.724.466.47-
YUV60.28134.05153.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=46.38%
G=19.32%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96407100.580.260.62326.7941.1826.67
Hex60284703A1A3E147291b
Octal1405010707232765075133
Binary1100000101000100011101110101101011111010100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602847; }

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

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

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

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

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

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

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

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