Shades of Pompadour #700F3D
Tints of Pompadour #700F3D
RGB
CMYK
RGB Variations
Color information
#700F3D (or 0x700F3D) is known color: Pompadour. HEX triplet: 70, 0F and 3D. RGB value is (112,15,61). Sum of RGB (Red+Green+Blue) = 112+15+61=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #700F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F3D is #8FF0C2. Grayscale: #313131. Windows color (decimal): -9433283 or 4001648. OLE color: 4001648.
HSL color Cylindrical-coordinate representation of color #700F3D: hue angle of 331.55º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F3D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 61 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.56 |
| HSL | 331.55º | 0.76% | 0.25% | - |
| HSV(B) | 331.55º | 0.87% | 0.44% | - |
| XYZ | 7.7 | 4.12 | 4.81 | - |
| YUV | 49.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 61 | 0 | 0.87 | 0.46 | 0.56 | 331.55 | 0.76 | 0.25 |
| Hex | 70 | F | 3D | 0 | 57 | 2E | 38 | 14C | 4C | 19 |
| Octal | 160 | 17 | 75 | 0 | 127 | 56 | 70 | 514 | 114 | 31 |
| Binary | 1110000 | 1111 | 111101 | 0 | 1010111 | 101110 | 111000 | 101001100 | 1001100 | 11001 |
Color Harmonies of #700F3D
Complementary color
Monochromatic Colors of #700F3D
Black with #700F3D
Text Example
Text Example
White with #700F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F3D; }
p { color: rgb(112,15,61); }
H1.HeaderClassName
{
color: #700F3D;
}
.AnyTagClassName
{
color: #700F3D;
}
</style>
background-color css
<style>
a { background-color: #700F3D; }
a { background-color: rgb(112,15,61); }
div.DivClassName
{
background-color: #700F3D;
}
.BgClassName
{
background-color: #700F3D;
}
</style>
border-color css
<style>
span { border-color: #700F3D; }
span { border-color: rgb(112,15,61); }
td.TdClassName
{
border-color: #700F3D;
}
.TagClassName
{
border-color: #700F3D;
}
</style>