Shades of Pompadour #60173F
Tints of Pompadour #60173F
RGB
CMYK
RGB Variations
Color information
#60173F (or 0x60173F) is known color: Pompadour. HEX triplet: 60, 17 and 3F. RGB value is (96,23,63). Sum of RGB (Red+Green+Blue) = 96+23+63=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60173F is #9FE8C0. Grayscale: #313131. Windows color (decimal): -10479809 or 4134752. OLE color: 4134752.
HSL color Cylindrical-coordinate representation of color #60173F: hue angle of 327.12º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60173F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 63 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.62 |
| HSL | 327.12º | 0.61% | 0.23% | - |
| HSV(B) | 327.12º | 0.76% | 0.38% | - |
| XYZ | 6.03 | 3.46 | 5.05 | - |
| YUV | 49.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 63 | 0 | 0.76 | 0.34 | 0.62 | 327.12 | 0.61 | 0.23 |
| Hex | 60 | 17 | 3F | 0 | 4C | 22 | 3E | 147 | 3D | 17 |
| Octal | 140 | 27 | 77 | 0 | 114 | 42 | 76 | 507 | 75 | 27 |
| Binary | 1100000 | 10111 | 111111 | 0 | 1001100 | 100010 | 111110 | 101000111 | 111101 | 10111 |
Color Harmonies of #60173F
Complementary color
Monochromatic Colors of #60173F
Black with #60173F
Text Example
Text Example
White with #60173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60173F; }
p { color: rgb(96,23,63); }
H1.HeaderClassName
{
color: #60173F;
}
.AnyTagClassName
{
color: #60173F;
}
</style>
background-color css
<style>
a { background-color: #60173F; }
a { background-color: rgb(96,23,63); }
div.DivClassName
{
background-color: #60173F;
}
.BgClassName
{
background-color: #60173F;
}
</style>
border-color css
<style>
span { border-color: #60173F; }
span { border-color: rgb(96,23,63); }
td.TdClassName
{
border-color: #60173F;
}
.TagClassName
{
border-color: #60173F;
}
</style>