#60284B

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

Shades of Pompadour #60284B

Tints of Pompadour #60284B

Color information

#60284B (or 0x60284B) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 4B. RGB value is (96,40,75). Sum of RGB (Red+Green+Blue) = 96+40+75=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60284B is #9FD7B4. Grayscale: #3C3C3C. Windows color (decimal): -10475445 or 4925536. OLE color: 4925536.

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

Color convert

RGB964075-
CMYK00.580.220.62
HSL322.5º41.18%26.67%-
HSV(B)322.5º58.33%37.65%-
XYZ6.854.517.17-
YUV60.73136.05153.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=45.50%
G=18.96%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96407500.580.220.62322.541.1826.67
Hex60284B03A163E142291b
Octal1405011307226765025133
Binary1100000101000100101101110101011011111010100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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