Shades of Claret #70202F
Tints of Claret #70202F
RGB
CMYK
RGB Variations
Color information
#70202F (or 0x70202F) is known color: Claret. HEX triplet: 70, 20 and 2F. RGB value is (112,32,47). Sum of RGB (Red+Green+Blue) = 112+32+47=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70202F is #8FDFD0. Grayscale: #393939. Windows color (decimal): -9428945 or 3088496. OLE color: 3088496.
HSL color Cylindrical-coordinate representation of color #70202F: hue angle of 348.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70202F is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 47 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.56 |
| HSL | 348.75º | 0.56% | 0.28% | - |
| HSV(B) | 348.75º | 0.71% | 0.44% | - |
| XYZ | 7.71 | 4.68 | 3.19 | - |
| YUV | 57.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 47 | 0 | 0.71 | 0.58 | 0.56 | 348.75 | 0.56 | 0.28 |
| Hex | 70 | 20 | 2F | 0 | 47 | 3A | 38 | 15D | 38 | 1C |
| Octal | 160 | 40 | 57 | 0 | 107 | 72 | 70 | 535 | 70 | 34 |
| Binary | 1110000 | 100000 | 101111 | 0 | 1000111 | 111010 | 111000 | 101011101 | 111000 | 11100 |
Color Harmonies of #70202F
Complementary color
Monochromatic Colors of #70202F
Black with #70202F
Text Example
Text Example
White with #70202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70202F; }
p { color: rgb(112,32,47); }
H1.HeaderClassName
{
color: #70202F;
}
.AnyTagClassName
{
color: #70202F;
}
</style>
background-color css
<style>
a { background-color: #70202F; }
a { background-color: rgb(112,32,47); }
div.DivClassName
{
background-color: #70202F;
}
.BgClassName
{
background-color: #70202F;
}
</style>
border-color css
<style>
span { border-color: #70202F; }
span { border-color: rgb(112,32,47); }
td.TdClassName
{
border-color: #70202F;
}
.TagClassName
{
border-color: #70202F;
}
</style>