#60214A

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

Shades of Pompadour #60214A

Tints of Pompadour #60214A

Color information

#60214A (or 0x60214A) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 4A. RGB value is (96,33,74). Sum of RGB (Red+Green+Blue) = 96+33+74=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60214A is #9FDEB5. Grayscale: #383838. Windows color (decimal): -10477238 or 4858208. OLE color: 4858208.

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

Color convert

RGB963374-
CMYK00.660.230.62
HSL320.95º48.84%25.29%-
HSV(B)320.95º65.62%37.65%-
XYZ6.64.076.92-
YUV56.51137.87156.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=47.29%
G=16.26%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337400.660.230.62320.9548.8425.29
Hex60214A042173E1413119
Octal14041112010227765016131
Binary11000001000011001010010000101011111111010100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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