Shades of Pompadour #60253E
Tints of Pompadour #60253E
RGB
CMYK
RGB Variations
Color information
#60253E (or 0x60253E) is known color: Pompadour. HEX triplet: 60, 25 and 3E. RGB value is (96,37,62). Sum of RGB (Red+Green+Blue) = 96+37+62=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253E is #9FDAC1. Grayscale: #393939. Windows color (decimal): -10476226 or 4072800. OLE color: 4072800.
HSL color Cylindrical-coordinate representation of color #60253E: hue angle of 334.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60253E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 62 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.62 |
| HSL | 334.58º | 0.44% | 0.26% | - |
| HSV(B) | 334.58º | 0.61% | 0.38% | - |
| XYZ | 6.35 | 4.16 | 5.03 | - |
| YUV | 57.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 62 | 0 | 0.61 | 0.35 | 0.62 | 334.58 | 0.44 | 0.26 |
| Hex | 60 | 25 | 3E | 0 | 3D | 23 | 3E | 14F | 2C | 1A |
| Octal | 140 | 45 | 76 | 0 | 75 | 43 | 76 | 517 | 54 | 32 |
| Binary | 1100000 | 100101 | 111110 | 0 | 111101 | 100011 | 111110 | 101001111 | 101100 | 11010 |
Color Harmonies of #60253E
Complementary color
Monochromatic Colors of #60253E
Black with #60253E
Text Example
Text Example
White with #60253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60253E; }
p { color: rgb(96,37,62); }
H1.HeaderClassName
{
color: #60253E;
}
.AnyTagClassName
{
color: #60253E;
}
</style>
background-color css
<style>
a { background-color: #60253E; }
a { background-color: rgb(96,37,62); }
div.DivClassName
{
background-color: #60253E;
}
.BgClassName
{
background-color: #60253E;
}
</style>
border-color css
<style>
span { border-color: #60253E; }
span { border-color: rgb(96,37,62); }
td.TdClassName
{
border-color: #60253E;
}
.TagClassName
{
border-color: #60253E;
}
</style>