#60284C

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

Shades of Pompadour #60284C

Tints of Pompadour #60284C

Color information

#60284C (or 0x60284C) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 4C. RGB value is (96,40,76). Sum of RGB (Red+Green+Blue) = 96+40+76=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60284C is #9FD7B3. Grayscale: #3C3C3C. Windows color (decimal): -10475444 or 4991072. OLE color: 4991072.

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

Color convert

RGB964076-
CMYK00.580.210.62
HSL321.43º41.18%26.67%-
HSV(B)321.43º58.33%37.65%-
XYZ6.894.537.35-
YUV60.85136.55153.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=45.28%
G=18.87%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96407600.580.210.62321.4341.1826.67
Hex60284C03A153E141291b
Octal1405011407225765015133
Binary1100000101000100110001110101010111111010100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60284C; }

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

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

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

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

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

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

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

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