#602547

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

Shades of Pompadour #602547

Tints of Pompadour #602547

Color information

#602547 (or 0x602547) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 47. RGB value is (96,37,71). Sum of RGB (Red+Green+Blue) = 96+37+71=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602547 is #9FDAB8. Grayscale: #3A3A3A. Windows color (decimal): -10476217 or 4662624. OLE color: 4662624.

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

Color convert

RGB963771-
CMYK00.610.260.62
HSL325.42º44.36%26.08%-
HSV(B)325.42º61.46%37.65%-
XYZ6.624.266.44-
YUV58.52135.05154.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=47.06%
G=18.14%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96377100.610.260.62325.4244.3626.08
Hex60254703D1A3E1452c1a
Octal1404510707532765055432
Binary1100000100101100011101111011101011111010100010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602547; }

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

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

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

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

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

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

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

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