#60214D

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

Shades of Pompadour #60214D

Tints of Pompadour #60214D

Color information

#60214D (or 0x60214D) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 4D. RGB value is (96,33,77). Sum of RGB (Red+Green+Blue) = 96+33+77=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60214D is #9FDEB2. Grayscale: #383838. Windows color (decimal): -10477235 or 5054816. OLE color: 5054816.

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

Color convert

RGB963377-
CMYK00.660.200.62
HSL318.1º48.84%25.29%-
HSV(B)318.1º65.62%37.65%-
XYZ6.714.117.46-
YUV56.85139.37155.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=46.60%
G=16.02%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337700.660.200.62318.148.8425.29
Hex60214D042143E13e3119
Octal14041115010224764766131
Binary11000001000011001101010000101010011111010011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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