Shades of Claret #700F2F
Tints of Claret #700F2F
RGB
CMYK
RGB Variations
Color information
#700F2F (or 0x700F2F) is known color: Claret. HEX triplet: 70, 0F and 2F. RGB value is (112,15,47). Sum of RGB (Red+Green+Blue) = 112+15+47=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F2F is #8FF0D0. Grayscale: #2F2F2F. Windows color (decimal): -9433297 or 3084144. OLE color: 3084144.
HSL color Cylindrical-coordinate representation of color #700F2F: hue angle of 340.21º 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 #700F2F is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 47 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.56 |
| HSL | 340.21º | 0.76% | 0.25% | - |
| HSV(B) | 340.21º | 0.87% | 0.44% | - |
| XYZ | 7.37 | 3.99 | 3.07 | - |
| YUV | 47.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 47 | 0 | 0.87 | 0.58 | 0.56 | 340.21 | 0.76 | 0.25 |
| Hex | 70 | F | 2F | 0 | 57 | 3A | 38 | 154 | 4C | 19 |
| Octal | 160 | 17 | 57 | 0 | 127 | 72 | 70 | 524 | 114 | 31 |
| Binary | 1110000 | 1111 | 101111 | 0 | 1010111 | 111010 | 111000 | 101010100 | 1001100 | 11001 |
Color Harmonies of #700F2F
Complementary color
Monochromatic Colors of #700F2F
Black with #700F2F
Text Example
Text Example
White with #700F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F2F; }
p { color: rgb(112,15,47); }
H1.HeaderClassName
{
color: #700F2F;
}
.AnyTagClassName
{
color: #700F2F;
}
</style>
background-color css
<style>
a { background-color: #700F2F; }
a { background-color: rgb(112,15,47); }
div.DivClassName
{
background-color: #700F2F;
}
.BgClassName
{
background-color: #700F2F;
}
</style>
border-color css
<style>
span { border-color: #700F2F; }
span { border-color: rgb(112,15,47); }
td.TdClassName
{
border-color: #700F2F;
}
.TagClassName
{
border-color: #700F2F;
}
</style>