Shades of Pompadour #78123A
Tints of Pompadour #78123A
RGB
CMYK
RGB Variations
Color information
#78123A (or 0x78123A) is known color: Pompadour. HEX triplet: 78, 12 and 3A. RGB value is (120,18,58). Sum of RGB (Red+Green+Blue) = 120+18+58=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78123A is #87EDC5. Grayscale: #353535. Windows color (decimal): -8908230 or 3805816. OLE color: 3805816.
HSL color Cylindrical-coordinate representation of color #78123A: hue angle of 336.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78123A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 58 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.53 |
| HSL | 336.47º | 0.74% | 0.27% | - |
| HSV(B) | 336.47º | 0.85% | 0.47% | - |
| XYZ | 8.73 | 4.73 | 4.46 | - |
| YUV | 53.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 58 | 0 | 0.85 | 0.52 | 0.53 | 336.47 | 0.74 | 0.27 |
| Hex | 78 | 12 | 3A | 0 | 55 | 34 | 35 | 150 | 4A | 1B |
| Octal | 170 | 22 | 72 | 0 | 125 | 64 | 65 | 520 | 112 | 33 |
| Binary | 1111000 | 10010 | 111010 | 0 | 1010101 | 110100 | 110101 | 101010000 | 1001010 | 11011 |
Color Harmonies of #78123A
Complementary color
Monochromatic Colors of #78123A
Black with #78123A
Text Example
Text Example
White with #78123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78123A; }
p { color: rgb(120,18,58); }
H1.HeaderClassName
{
color: #78123A;
}
.AnyTagClassName
{
color: #78123A;
}
</style>
background-color css
<style>
a { background-color: #78123A; }
a { background-color: rgb(120,18,58); }
div.DivClassName
{
background-color: #78123A;
}
.BgClassName
{
background-color: #78123A;
}
</style>
border-color css
<style>
span { border-color: #78123A; }
span { border-color: rgb(120,18,58); }
td.TdClassName
{
border-color: #78123A;
}
.TagClassName
{
border-color: #78123A;
}
</style>