Shades of Pompadour #70274B
Tints of Pompadour #70274B
RGB
CMYK
RGB Variations
Color information
#70274B (or 0x70274B) is known color: Pompadour. HEX triplet: 70, 27 and 4B. RGB value is (112,39,75). Sum of RGB (Red+Green+Blue) = 112+39+75=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70274B is #8FD8B4. Grayscale: #404040. Windows color (decimal): -9427125 or 4925296. OLE color: 4925296.
HSL color Cylindrical-coordinate representation of color #70274B: hue angle of 330.41º 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 #70274B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 75 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.56 |
| HSL | 330.41º | 0.48% | 0.3% | - |
| HSV(B) | 330.41º | 0.65% | 0.44% | - |
| XYZ | 8.68 | 5.4 | 7.24 | - |
| YUV | 64.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 75 | 0 | 0.65 | 0.33 | 0.56 | 330.41 | 0.48 | 0.3 |
| Hex | 70 | 27 | 4B | 0 | 41 | 21 | 38 | 14A | 30 | 1E |
| Octal | 160 | 47 | 113 | 0 | 101 | 41 | 70 | 512 | 60 | 36 |
| Binary | 1110000 | 100111 | 1001011 | 0 | 1000001 | 100001 | 111000 | 101001010 | 110000 | 11110 |
Color Harmonies of #70274B
Complementary color
Monochromatic Colors of #70274B
Black with #70274B
Text Example
Text Example
White with #70274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70274B; }
p { color: rgb(112,39,75); }
H1.HeaderClassName
{
color: #70274B;
}
.AnyTagClassName
{
color: #70274B;
}
</style>
background-color css
<style>
a { background-color: #70274B; }
a { background-color: rgb(112,39,75); }
div.DivClassName
{
background-color: #70274B;
}
.BgClassName
{
background-color: #70274B;
}
</style>
border-color css
<style>
span { border-color: #70274B; }
span { border-color: rgb(112,39,75); }
td.TdClassName
{
border-color: #70274B;
}
.TagClassName
{
border-color: #70274B;
}
</style>