Shades of Red Berry #710F1D
Tints of Red Berry #710F1D
RGB
CMYK
RGB Variations
Color information
#710F1D (or 0x710F1D) is known color: Red Berry. HEX triplet: 71, 0F and 1D. RGB value is (113,15,29). Sum of RGB (Red+Green+Blue) = 113+15+29=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #710F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F1D is #8EF0E2. Grayscale: #2D2D2D. Windows color (decimal): -9367779 or 1904497. OLE color: 1904497.
HSL color Cylindrical-coordinate representation of color #710F1D: hue angle of 351.43º degrees, saturation: 0.77, 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 #710F1D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 29 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.56 |
| HSL | 351.43º | 0.77% | 0.25% | - |
| HSV(B) | 351.43º | 0.87% | 0.44% | - |
| XYZ | 7.2 | 3.94 | 1.54 | - |
| YUV | 45.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 29 | 0 | 0.87 | 0.74 | 0.56 | 351.43 | 0.77 | 0.25 |
| Hex | 71 | F | 1D | 0 | 57 | 4A | 38 | 15F | 4D | 19 |
| Octal | 161 | 17 | 35 | 0 | 127 | 112 | 70 | 537 | 115 | 31 |
| Binary | 1110001 | 1111 | 11101 | 0 | 1010111 | 1001010 | 111000 | 101011111 | 1001101 | 11001 |
Color Harmonies of #710F1D
Complementary color
Monochromatic Colors of #710F1D
Black with #710F1D
Text Example
Text Example
White with #710F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F1D; }
p { color: rgb(113,15,29); }
H1.HeaderClassName
{
color: #710F1D;
}
.AnyTagClassName
{
color: #710F1D;
}
</style>
background-color css
<style>
a { background-color: #710F1D; }
a { background-color: rgb(113,15,29); }
div.DivClassName
{
background-color: #710F1D;
}
.BgClassName
{
background-color: #710F1D;
}
</style>
border-color css
<style>
span { border-color: #710F1D; }
span { border-color: rgb(113,15,29); }
td.TdClassName
{
border-color: #710F1D;
}
.TagClassName
{
border-color: #710F1D;
}
</style>