Shades of Pompadour #60233F
Tints of Pompadour #60233F
RGB
CMYK
RGB Variations
Color information
#60233F (or 0x60233F) is known color: Pompadour. HEX triplet: 60, 23 and 3F. RGB value is (96,35,63). Sum of RGB (Red+Green+Blue) = 96+35+63=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60233F is #9FDCC0. Grayscale: #383838. Windows color (decimal): -10476737 or 4137824. OLE color: 4137824.
HSL color Cylindrical-coordinate representation of color #60233F: hue angle of 332.46º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60233F is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 63 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.62 |
| HSL | 332.46º | 0.47% | 0.26% | - |
| HSV(B) | 332.46º | 0.64% | 0.38% | - |
| XYZ | 6.32 | 4.05 | 5.15 | - |
| YUV | 56.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 63 | 0 | 0.64 | 0.34 | 0.62 | 332.46 | 0.47 | 0.26 |
| Hex | 60 | 23 | 3F | 0 | 40 | 22 | 3E | 14C | 2F | 1A |
| Octal | 140 | 43 | 77 | 0 | 100 | 42 | 76 | 514 | 57 | 32 |
| Binary | 1100000 | 100011 | 111111 | 0 | 1000000 | 100010 | 111110 | 101001100 | 101111 | 11010 |
Color Harmonies of #60233F
Complementary color
Monochromatic Colors of #60233F
Black with #60233F
Text Example
Text Example
White with #60233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60233F; }
p { color: rgb(96,35,63); }
H1.HeaderClassName
{
color: #60233F;
}
.AnyTagClassName
{
color: #60233F;
}
</style>
background-color css
<style>
a { background-color: #60233F; }
a { background-color: rgb(96,35,63); }
div.DivClassName
{
background-color: #60233F;
}
.BgClassName
{
background-color: #60233F;
}
</style>
border-color css
<style>
span { border-color: #60233F; }
span { border-color: rgb(96,35,63); }
td.TdClassName
{
border-color: #60233F;
}
.TagClassName
{
border-color: #60233F;
}
</style>