Shades of Pompadour #60234A
Tints of Pompadour #60234A
RGB
CMYK
RGB Variations
Color information
#60234A (or 0x60234A) is known color: Pompadour. HEX triplet: 60, 23 and 4A. RGB value is (96,35,74). Sum of RGB (Red+Green+Blue) = 96+35+74=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60234A is #9FDCB5. Grayscale: #393939. Windows color (decimal): -10476726 or 4858720. OLE color: 4858720.
HSL color Cylindrical-coordinate representation of color #60234A: hue angle of 321.64º 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 #60234A is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 74 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.62 |
| HSL | 321.64º | 0.47% | 0.26% | - |
| HSV(B) | 321.64º | 0.64% | 0.38% | - |
| XYZ | 6.66 | 4.18 | 6.93 | - |
| YUV | 57.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 74 | 0 | 0.64 | 0.23 | 0.62 | 321.64 | 0.47 | 0.26 |
| Hex | 60 | 23 | 4A | 0 | 40 | 17 | 3E | 142 | 2F | 1A |
| Octal | 140 | 43 | 112 | 0 | 100 | 27 | 76 | 502 | 57 | 32 |
| Binary | 1100000 | 100011 | 1001010 | 0 | 1000000 | 10111 | 111110 | 101000010 | 101111 | 11010 |
Color Harmonies of #60234A
Complementary color
Monochromatic Colors of #60234A
Black with #60234A
Text Example
Text Example
White with #60234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60234A; }
p { color: rgb(96,35,74); }
H1.HeaderClassName
{
color: #60234A;
}
.AnyTagClassName
{
color: #60234A;
}
</style>
background-color css
<style>
a { background-color: #60234A; }
a { background-color: rgb(96,35,74); }
div.DivClassName
{
background-color: #60234A;
}
.BgClassName
{
background-color: #60234A;
}
</style>
border-color css
<style>
span { border-color: #60234A; }
span { border-color: rgb(96,35,74); }
td.TdClassName
{
border-color: #60234A;
}
.TagClassName
{
border-color: #60234A;
}
</style>