Shades of Pompadour #70274A
Tints of Pompadour #70274A
RGB
CMYK
RGB Variations
Color information
#70274A (or 0x70274A) is known color: Pompadour. HEX triplet: 70, 27 and 4A. RGB value is (112,39,74). Sum of RGB (Red+Green+Blue) = 112+39+74=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70274A is #8FD8B5. Grayscale: #404040. Windows color (decimal): -9427126 or 4859760. OLE color: 4859760.
HSL color Cylindrical-coordinate representation of color #70274A: hue angle of 331.23º 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 #70274A is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 74 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.56 |
| HSL | 331.23º | 0.48% | 0.3% | - |
| HSV(B) | 331.23º | 0.65% | 0.44% | - |
| XYZ | 8.64 | 5.39 | 7.06 | - |
| YUV | 64.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 74 | 0 | 0.65 | 0.34 | 0.56 | 331.23 | 0.48 | 0.3 |
| Hex | 70 | 27 | 4A | 0 | 41 | 22 | 38 | 14B | 30 | 1E |
| Octal | 160 | 47 | 112 | 0 | 101 | 42 | 70 | 513 | 60 | 36 |
| Binary | 1110000 | 100111 | 1001010 | 0 | 1000001 | 100010 | 111000 | 101001011 | 110000 | 11110 |
Color Harmonies of #70274A
Complementary color
Monochromatic Colors of #70274A
Black with #70274A
Text Example
Text Example
White with #70274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70274A; }
p { color: rgb(112,39,74); }
H1.HeaderClassName
{
color: #70274A;
}
.AnyTagClassName
{
color: #70274A;
}
</style>
background-color css
<style>
a { background-color: #70274A; }
a { background-color: rgb(112,39,74); }
div.DivClassName
{
background-color: #70274A;
}
.BgClassName
{
background-color: #70274A;
}
</style>
border-color css
<style>
span { border-color: #70274A; }
span { border-color: rgb(112,39,74); }
td.TdClassName
{
border-color: #70274A;
}
.TagClassName
{
border-color: #70274A;
}
</style>