Shades of Claret #701F2F
Tints of Claret #701F2F
RGB
CMYK
RGB Variations
Color information
#701F2F (or 0x701F2F) is known color: Claret. HEX triplet: 70, 1F and 2F. RGB value is (112,31,47). Sum of RGB (Red+Green+Blue) = 112+31+47=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F2F is #8FE0D0. Grayscale: #393939. Windows color (decimal): -9429201 or 3088240. OLE color: 3088240.
HSL color Cylindrical-coordinate representation of color #701F2F: hue angle of 348.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F2F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 47 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.56 |
| HSL | 348.15º | 0.57% | 0.28% | - |
| HSV(B) | 348.15º | 0.72% | 0.44% | - |
| XYZ | 7.69 | 4.63 | 3.18 | - |
| YUV | 57.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 47 | 0 | 0.72 | 0.58 | 0.56 | 348.15 | 0.57 | 0.28 |
| Hex | 70 | 1F | 2F | 0 | 48 | 3A | 38 | 15C | 39 | 1C |
| Octal | 160 | 37 | 57 | 0 | 110 | 72 | 70 | 534 | 71 | 34 |
| Binary | 1110000 | 11111 | 101111 | 0 | 1001000 | 111010 | 111000 | 101011100 | 111001 | 11100 |
Color Harmonies of #701F2F
Complementary color
Monochromatic Colors of #701F2F
Black with #701F2F
Text Example
Text Example
White with #701F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F2F; }
p { color: rgb(112,31,47); }
H1.HeaderClassName
{
color: #701F2F;
}
.AnyTagClassName
{
color: #701F2F;
}
</style>
background-color css
<style>
a { background-color: #701F2F; }
a { background-color: rgb(112,31,47); }
div.DivClassName
{
background-color: #701F2F;
}
.BgClassName
{
background-color: #701F2F;
}
</style>
border-color css
<style>
span { border-color: #701F2F; }
span { border-color: rgb(112,31,47); }
td.TdClassName
{
border-color: #701F2F;
}
.TagClassName
{
border-color: #701F2F;
}
</style>