#60214C

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

Shades of Pompadour #60214C

Tints of Pompadour #60214C

Color information

#60214C (or 0x60214C) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 4C. RGB value is (96,33,76). Sum of RGB (Red+Green+Blue) = 96+33+76=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60214C is #9FDEB3. Grayscale: #383838. Windows color (decimal): -10477236 or 4989280. OLE color: 4989280.

HSL color Cylindrical-coordinate representation of color #60214C: hue angle of 319.05º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60214C is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB963376-
CMYK00.660.210.62
HSL319.05º48.84%25.29%-
HSV(B)319.05º65.62%37.65%-
XYZ6.674.17.28-
YUV56.74138.87156-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=46.83%
G=16.10%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337600.660.210.62319.0548.8425.29
Hex60214C042153E13f3119
Octal14041114010225764776131
Binary11000001000011001100010000101010111111010011111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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