Shades of Pompadour #70254E
Tints of Pompadour #70254E
RGB
CMYK
RGB Variations
Color information
#70254E (or 0x70254E) is known color: Pompadour. HEX triplet: 70, 25 and 4E. RGB value is (112,37,78). Sum of RGB (Red+Green+Blue) = 112+37+78=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70254E is #8FDAB1. Grayscale: #404040. Windows color (decimal): -9427634 or 5121392. OLE color: 5121392.
HSL color Cylindrical-coordinate representation of color #70254E: hue angle of 327.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70254E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 78 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.56 |
| HSL | 327.2º | 0.5% | 0.29% | - |
| HSV(B) | 327.2º | 0.67% | 0.44% | - |
| XYZ | 8.72 | 5.32 | 7.77 | - |
| YUV | 64.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 78 | 0 | 0.67 | 0.30 | 0.56 | 327.2 | 0.5 | 0.29 |
| Hex | 70 | 25 | 4E | 0 | 43 | 1E | 38 | 147 | 32 | 1D |
| Octal | 160 | 45 | 116 | 0 | 103 | 36 | 70 | 507 | 62 | 35 |
| Binary | 1110000 | 100101 | 1001110 | 0 | 1000011 | 11110 | 111000 | 101000111 | 110010 | 11101 |
Color Harmonies of #70254E
Complementary color
Monochromatic Colors of #70254E
Black with #70254E
Text Example
Text Example
White with #70254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70254E; }
p { color: rgb(112,37,78); }
H1.HeaderClassName
{
color: #70254E;
}
.AnyTagClassName
{
color: #70254E;
}
</style>
background-color css
<style>
a { background-color: #70254E; }
a { background-color: rgb(112,37,78); }
div.DivClassName
{
background-color: #70254E;
}
.BgClassName
{
background-color: #70254E;
}
</style>
border-color css
<style>
span { border-color: #70254E; }
span { border-color: rgb(112,37,78); }
td.TdClassName
{
border-color: #70254E;
}
.TagClassName
{
border-color: #70254E;
}
</style>