Shades of Red Berry #712123
Tints of Red Berry #712123
RGB
CMYK
RGB Variations
Color information
#712123 (or 0x712123) is known color: Red Berry. HEX triplet: 71, 21 and 23. RGB value is (113,33,35). Sum of RGB (Red+Green+Blue) = 113+33+35=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #712123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712123 is #8EDEDC. Grayscale: #393939. Windows color (decimal): -9363165 or 2302321. OLE color: 2302321.
HSL color Cylindrical-coordinate representation of color #712123: hue angle of 358.5º 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 #712123 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 35 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.56 |
| HSL | 358.5º | 0.55% | 0.29% | - |
| HSV(B) | 358.5º | 0.71% | 0.44% | - |
| XYZ | 7.66 | 4.72 | 2.1 | - |
| YUV | 57.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 35 | 0 | 0.71 | 0.69 | 0.56 | 358.5 | 0.55 | 0.29 |
| Hex | 71 | 21 | 23 | 0 | 47 | 45 | 38 | 166 | 37 | 1D |
| Octal | 161 | 41 | 43 | 0 | 107 | 105 | 70 | 546 | 67 | 35 |
| Binary | 1110001 | 100001 | 100011 | 0 | 1000111 | 1000101 | 111000 | 101100110 | 110111 | 11101 |
Color Harmonies of #712123
Complementary color
Monochromatic Colors of #712123
Black with #712123
Text Example
Text Example
White with #712123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712123; }
p { color: rgb(113,33,35); }
H1.HeaderClassName
{
color: #712123;
}
.AnyTagClassName
{
color: #712123;
}
</style>
background-color css
<style>
a { background-color: #712123; }
a { background-color: rgb(113,33,35); }
div.DivClassName
{
background-color: #712123;
}
.BgClassName
{
background-color: #712123;
}
</style>
border-color css
<style>
span { border-color: #712123; }
span { border-color: rgb(113,33,35); }
td.TdClassName
{
border-color: #712123;
}
.TagClassName
{
border-color: #712123;
}
</style>