Shades of Red Berry #711A1D
Tints of Red Berry #711A1D
RGB
CMYK
RGB Variations
Color information
#711A1D (or 0x711A1D) is known color: Red Berry. HEX triplet: 71, 1A and 1D. RGB value is (113,26,29). Sum of RGB (Red+Green+Blue) = 113+26+29=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A1D is #8EE5E2. Grayscale: #343434. Windows color (decimal): -9364963 or 1907313. OLE color: 1907313.
HSL color Cylindrical-coordinate representation of color #711A1D: hue angle of 357.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A1D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 29 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.56 |
| HSL | 357.93º | 0.63% | 0.27% | - |
| HSV(B) | 357.93º | 0.77% | 0.44% | - |
| XYZ | 7.4 | 4.34 | 1.61 | - |
| YUV | 52.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 29 | 0 | 0.77 | 0.74 | 0.56 | 357.93 | 0.63 | 0.27 |
| Hex | 71 | 1A | 1D | 0 | 4D | 4A | 38 | 166 | 3F | 1B |
| Octal | 161 | 32 | 35 | 0 | 115 | 112 | 70 | 546 | 77 | 33 |
| Binary | 1110001 | 11010 | 11101 | 0 | 1001101 | 1001010 | 111000 | 101100110 | 111111 | 11011 |
Color Harmonies of #711A1D
Complementary color
Monochromatic Colors of #711A1D
Black with #711A1D
Text Example
Text Example
White with #711A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A1D; }
p { color: rgb(113,26,29); }
H1.HeaderClassName
{
color: #711A1D;
}
.AnyTagClassName
{
color: #711A1D;
}
</style>
background-color css
<style>
a { background-color: #711A1D; }
a { background-color: rgb(113,26,29); }
div.DivClassName
{
background-color: #711A1D;
}
.BgClassName
{
background-color: #711A1D;
}
</style>
border-color css
<style>
span { border-color: #711A1D; }
span { border-color: rgb(113,26,29); }
td.TdClassName
{
border-color: #711A1D;
}
.TagClassName
{
border-color: #711A1D;
}
</style>