Shades of Pompadour #70274F
Tints of Pompadour #70274F
RGB
CMYK
RGB Variations
Color information
#70274F (or 0x70274F) is known color: Pompadour. HEX triplet: 70, 27 and 4F. RGB value is (112,39,79). Sum of RGB (Red+Green+Blue) = 112+39+79=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70274F is #8FD8B0. Grayscale: #414141. Windows color (decimal): -9427121 or 5187440. OLE color: 5187440.
HSL color Cylindrical-coordinate representation of color #70274F: hue angle of 327.12º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70274F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 79 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.56 |
| HSL | 327.12º | 0.48% | 0.3% | - |
| HSV(B) | 327.12º | 0.65% | 0.44% | - |
| XYZ | 8.82 | 5.46 | 7.99 | - |
| YUV | 65.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 79 | 0 | 0.65 | 0.29 | 0.56 | 327.12 | 0.48 | 0.3 |
| Hex | 70 | 27 | 4F | 0 | 41 | 1D | 38 | 147 | 30 | 1E |
| Octal | 160 | 47 | 117 | 0 | 101 | 35 | 70 | 507 | 60 | 36 |
| Binary | 1110000 | 100111 | 1001111 | 0 | 1000001 | 11101 | 111000 | 101000111 | 110000 | 11110 |
Color Harmonies of #70274F
Complementary color
Monochromatic Colors of #70274F
Black with #70274F
Text Example
Text Example
White with #70274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70274F; }
p { color: rgb(112,39,79); }
H1.HeaderClassName
{
color: #70274F;
}
.AnyTagClassName
{
color: #70274F;
}
</style>
background-color css
<style>
a { background-color: #70274F; }
a { background-color: rgb(112,39,79); }
div.DivClassName
{
background-color: #70274F;
}
.BgClassName
{
background-color: #70274F;
}
</style>
border-color css
<style>
span { border-color: #70274F; }
span { border-color: rgb(112,39,79); }
td.TdClassName
{
border-color: #70274F;
}
.TagClassName
{
border-color: #70274F;
}
</style>