Shades of Pompadour #60214A
Tints of Pompadour #60214A
RGB
CMYK
RGB Variations
Color information
#60214A (or 0x60214A) is known color: 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
| RGB | 96 | 33 | 74 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.62 |
| HSL | 320.95º | 0.49% | 0.25% | - |
| HSV(B) | 320.95º | 0.66% | 0.38% | - |
| XYZ | 6.6 | 4.07 | 6.92 | - |
| YUV | 56.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 74 | 0 | 0.66 | 0.23 | 0.62 | 320.95 | 0.49 | 0.25 |
| Hex | 60 | 21 | 4A | 0 | 42 | 17 | 3E | 141 | 31 | 19 |
| Octal | 140 | 41 | 112 | 0 | 102 | 27 | 76 | 501 | 61 | 31 |
| Binary | 1100000 | 100001 | 1001010 | 0 | 1000010 | 10111 | 111110 | 101000001 | 110001 | 11001 |
Color Harmonies of #60214A
Complementary color
Monochromatic Colors of #60214A
Black with #60214A
Text Example
Text Example
White with #60214A
Text Example
Text Example
HTML Codes & Css Web 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>