#60214B

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

Shades of Pompadour #60214B

Tints of Pompadour #60214B

Color information

#60214B (or 0x60214B) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 4B. RGB value is (96,33,75). Sum of RGB (Red+Green+Blue) = 96+33+75=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60214B is #9FDEB4. Grayscale: #383838. Windows color (decimal): -10477237 or 4923744. OLE color: 4923744.

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

Color convert

RGB963375-
CMYK00.660.220.62
HSL320º48.84%25.29%-
HSV(B)320º65.62%37.65%-
XYZ6.644.087.09-
YUV56.62138.37156.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=47.06%
G=16.18%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337500.660.220.6232048.8425.29
Hex60214B042163E1403119
Octal14041113010226765006131
Binary11000001000011001011010000101011011111010100000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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