Shades of Pompadour #791C4B
Tints of Pompadour #791C4B
RGB
CMYK
RGB Variations
Color information
#791C4B (or 0x791C4B) is known color: Pompadour. HEX triplet: 79, 1C and 4B. RGB value is (121,28,75). Sum of RGB (Red+Green+Blue) = 121+28+75=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #791C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C4B is #86E3B4. Grayscale: #3D3D3D. Windows color (decimal): -8840117 or 4922489. OLE color: 4922489.
HSL color Cylindrical-coordinate representation of color #791C4B: hue angle of 329.68º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C4B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 75 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.53 |
| HSL | 329.68º | 0.62% | 0.29% | - |
| HSV(B) | 329.68º | 0.77% | 0.47% | - |
| XYZ | 9.57 | 5.4 | 7.2 | - |
| YUV | 61.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 75 | 0 | 0.77 | 0.38 | 0.53 | 329.68 | 0.62 | 0.29 |
| Hex | 79 | 1C | 4B | 0 | 4D | 26 | 35 | 14A | 3E | 1D |
| Octal | 171 | 34 | 113 | 0 | 115 | 46 | 65 | 512 | 76 | 35 |
| Binary | 1111001 | 11100 | 1001011 | 0 | 1001101 | 100110 | 110101 | 101001010 | 111110 | 11101 |
Color Harmonies of #791C4B
Complementary color
Monochromatic Colors of #791C4B
Black with #791C4B
Text Example
Text Example
White with #791C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C4B; }
p { color: rgb(121,28,75); }
H1.HeaderClassName
{
color: #791C4B;
}
.AnyTagClassName
{
color: #791C4B;
}
</style>
background-color css
<style>
a { background-color: #791C4B; }
a { background-color: rgb(121,28,75); }
div.DivClassName
{
background-color: #791C4B;
}
.BgClassName
{
background-color: #791C4B;
}
</style>
border-color css
<style>
span { border-color: #791C4B; }
span { border-color: rgb(121,28,75); }
td.TdClassName
{
border-color: #791C4B;
}
.TagClassName
{
border-color: #791C4B;
}
</style>