Shades of Red Berry #712122
Tints of Red Berry #712122
RGB
CMYK
RGB Variations
Color information
#712122 (or 0x712122) is known color: Red Berry. HEX triplet: 71, 21 and 22. RGB value is (113,33,34). Sum of RGB (Red+Green+Blue) = 113+33+34=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #712122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712122 is #8EDEDD. Grayscale: #393939. Windows color (decimal): -9363166 or 2236785. OLE color: 2236785.
HSL color Cylindrical-coordinate representation of color #712122: hue angle of 359.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712122 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 34 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.56 |
| HSL | 359.25º | 0.55% | 0.29% | - |
| HSV(B) | 359.25º | 0.71% | 0.44% | - |
| XYZ | 7.64 | 4.71 | 2.02 | - |
| YUV | 57.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 34 | 0 | 0.71 | 0.70 | 0.56 | 359.25 | 0.55 | 0.29 |
| Hex | 71 | 21 | 22 | 0 | 47 | 46 | 38 | 167 | 37 | 1D |
| Octal | 161 | 41 | 42 | 0 | 107 | 106 | 70 | 547 | 67 | 35 |
| Binary | 1110001 | 100001 | 100010 | 0 | 1000111 | 1000110 | 111000 | 101100111 | 110111 | 11101 |
Color Harmonies of #712122
Complementary color
Monochromatic Colors of #712122
Black with #712122
Text Example
Text Example
White with #712122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712122; }
p { color: rgb(113,33,34); }
H1.HeaderClassName
{
color: #712122;
}
.AnyTagClassName
{
color: #712122;
}
</style>
background-color css
<style>
a { background-color: #712122; }
a { background-color: rgb(113,33,34); }
div.DivClassName
{
background-color: #712122;
}
.BgClassName
{
background-color: #712122;
}
</style>
border-color css
<style>
span { border-color: #712122; }
span { border-color: rgb(113,33,34); }
td.TdClassName
{
border-color: #712122;
}
.TagClassName
{
border-color: #712122;
}
</style>