Shades of Pompadour #60264A
Tints of Pompadour #60264A
RGB
CMYK
RGB Variations
Color information
#60264A (or 0x60264A) is known color: Pompadour. HEX triplet: 60, 26 and 4A. RGB value is (96,38,74). Sum of RGB (Red+Green+Blue) = 96+38+74=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60264A is #9FD9B5. Grayscale: #3B3B3B. Windows color (decimal): -10475958 or 4859488. OLE color: 4859488.
HSL color Cylindrical-coordinate representation of color #60264A: hue angle of 322.76º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60264A is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 74 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.62 |
| HSL | 322.76º | 0.43% | 0.26% | - |
| HSV(B) | 322.76º | 0.6% | 0.38% | - |
| XYZ | 6.75 | 4.37 | 6.97 | - |
| YUV | 59.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 74 | 0 | 0.60 | 0.23 | 0.62 | 322.76 | 0.43 | 0.26 |
| Hex | 60 | 26 | 4A | 0 | 3C | 17 | 3E | 143 | 2B | 1A |
| Octal | 140 | 46 | 112 | 0 | 74 | 27 | 76 | 503 | 53 | 32 |
| Binary | 1100000 | 100110 | 1001010 | 0 | 111100 | 10111 | 111110 | 101000011 | 101011 | 11010 |
Color Harmonies of #60264A
Complementary color
Monochromatic Colors of #60264A
Black with #60264A
Text Example
Text Example
White with #60264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60264A; }
p { color: rgb(96,38,74); }
H1.HeaderClassName
{
color: #60264A;
}
.AnyTagClassName
{
color: #60264A;
}
</style>
background-color css
<style>
a { background-color: #60264A; }
a { background-color: rgb(96,38,74); }
div.DivClassName
{
background-color: #60264A;
}
.BgClassName
{
background-color: #60264A;
}
</style>
border-color css
<style>
span { border-color: #60264A; }
span { border-color: rgb(96,38,74); }
td.TdClassName
{
border-color: #60264A;
}
.TagClassName
{
border-color: #60264A;
}
</style>