Shades of Pompadour #60223C
Tints of Pompadour #60223C
RGB
CMYK
RGB Variations
Color information
#60223C (or 0x60223C) is known color: Pompadour. HEX triplet: 60, 22 and 3C. RGB value is (96,34,60). Sum of RGB (Red+Green+Blue) = 96+34+60=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60223C is #9FDDC3. Grayscale: #373737. Windows color (decimal): -10476996 or 3940960. OLE color: 3940960.
HSL color Cylindrical-coordinate representation of color #60223C: hue angle of 334.84º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60223C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 60 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.62 |
| HSL | 334.84º | 0.48% | 0.25% | - |
| HSV(B) | 334.84º | 0.65% | 0.38% | - |
| XYZ | 6.21 | 3.96 | 4.71 | - |
| YUV | 55.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 60 | 0 | 0.65 | 0.38 | 0.62 | 334.84 | 0.48 | 0.25 |
| Hex | 60 | 22 | 3C | 0 | 41 | 26 | 3E | 14F | 30 | 19 |
| Octal | 140 | 42 | 74 | 0 | 101 | 46 | 76 | 517 | 60 | 31 |
| Binary | 1100000 | 100010 | 111100 | 0 | 1000001 | 100110 | 111110 | 101001111 | 110000 | 11001 |
Color Harmonies of #60223C
Complementary color
Monochromatic Colors of #60223C
Black with #60223C
Text Example
Text Example
White with #60223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60223C; }
p { color: rgb(96,34,60); }
H1.HeaderClassName
{
color: #60223C;
}
.AnyTagClassName
{
color: #60223C;
}
</style>
background-color css
<style>
a { background-color: #60223C; }
a { background-color: rgb(96,34,60); }
div.DivClassName
{
background-color: #60223C;
}
.BgClassName
{
background-color: #60223C;
}
</style>
border-color css
<style>
span { border-color: #60223C; }
span { border-color: rgb(96,34,60); }
td.TdClassName
{
border-color: #60223C;
}
.TagClassName
{
border-color: #60223C;
}
</style>