Shades of Red Berry #711C2A
Tints of Red Berry #711C2A
RGB
CMYK
RGB Variations
Color information
#711C2A (or 0x711C2A) is known color: Red Berry. HEX triplet: 71, 1C and 2A. RGB value is (113,28,42). Sum of RGB (Red+Green+Blue) = 113+28+42=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #711C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C2A is #8EE3D5. Grayscale: #373737. Windows color (decimal): -9364438 or 2759793. OLE color: 2759793.
HSL color Cylindrical-coordinate representation of color #711C2A: hue angle of 350.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C2A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 42 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.56 |
| HSL | 350.12º | 0.6% | 0.28% | - |
| HSV(B) | 350.12º | 0.75% | 0.44% | - |
| XYZ | 7.64 | 4.51 | 2.66 | - |
| YUV | 55.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 42 | 0 | 0.75 | 0.63 | 0.56 | 350.12 | 0.6 | 0.28 |
| Hex | 71 | 1C | 2A | 0 | 4B | 3F | 38 | 15E | 3C | 1C |
| Octal | 161 | 34 | 52 | 0 | 113 | 77 | 70 | 536 | 74 | 34 |
| Binary | 1110001 | 11100 | 101010 | 0 | 1001011 | 111111 | 111000 | 101011110 | 111100 | 11100 |
Color Harmonies of #711C2A
Complementary color
Monochromatic Colors of #711C2A
Black with #711C2A
Text Example
Text Example
White with #711C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C2A; }
p { color: rgb(113,28,42); }
H1.HeaderClassName
{
color: #711C2A;
}
.AnyTagClassName
{
color: #711C2A;
}
</style>
background-color css
<style>
a { background-color: #711C2A; }
a { background-color: rgb(113,28,42); }
div.DivClassName
{
background-color: #711C2A;
}
.BgClassName
{
background-color: #711C2A;
}
</style>
border-color css
<style>
span { border-color: #711C2A; }
span { border-color: rgb(113,28,42); }
td.TdClassName
{
border-color: #711C2A;
}
.TagClassName
{
border-color: #711C2A;
}
</style>