#60284E

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

Shades of Pompadour #60284E

Tints of Pompadour #60284E

Color information

#60284E (or 0x60284E) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 4E. RGB value is (96,40,78). Sum of RGB (Red+Green+Blue) = 96+40+78=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #60284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60284E is #9FD7B1. Grayscale: #3C3C3C. Windows color (decimal): -10475442 or 5122144. OLE color: 5122144.

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

Color convert

RGB964078-
CMYK00.580.190.62
HSL319.29º41.18%26.67%-
HSV(B)319.29º58.33%37.65%-
XYZ6.964.557.72-
YUV61.08137.55152.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=44.86%
G=18.69%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96407800.580.190.62319.2941.1826.67
Hex60284E03A133E13f291b
Octal1405011607223764775133
Binary1100000101000100111001110101001111111010011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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