Shades of Red Berry #71232C
Tints of Red Berry #71232C
RGB
CMYK
RGB Variations
Color information
#71232C (or 0x71232C) is known color: Red Berry. HEX triplet: 71, 23 and 2C. RGB value is (113,35,44). Sum of RGB (Red+Green+Blue) = 113+35+44=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232C is #8EDCD3. Grayscale: #3B3B3B. Windows color (decimal): -9362644 or 2892657. OLE color: 2892657.
HSL color Cylindrical-coordinate representation of color #71232C: hue angle of 353.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71232C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 44 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.56 |
| HSL | 353.08º | 0.53% | 0.29% | - |
| HSV(B) | 353.08º | 0.69% | 0.44% | - |
| XYZ | 7.87 | 4.89 | 2.91 | - |
| YUV | 59.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 44 | 0 | 0.69 | 0.61 | 0.56 | 353.08 | 0.53 | 0.29 |
| Hex | 71 | 23 | 2C | 0 | 45 | 3D | 38 | 161 | 35 | 1D |
| Octal | 161 | 43 | 54 | 0 | 105 | 75 | 70 | 541 | 65 | 35 |
| Binary | 1110001 | 100011 | 101100 | 0 | 1000101 | 111101 | 111000 | 101100001 | 110101 | 11101 |
Color Harmonies of #71232C
Complementary color
Monochromatic Colors of #71232C
Black with #71232C
Text Example
Text Example
White with #71232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71232C; }
p { color: rgb(113,35,44); }
H1.HeaderClassName
{
color: #71232C;
}
.AnyTagClassName
{
color: #71232C;
}
</style>
background-color css
<style>
a { background-color: #71232C; }
a { background-color: rgb(113,35,44); }
div.DivClassName
{
background-color: #71232C;
}
.BgClassName
{
background-color: #71232C;
}
</style>
border-color css
<style>
span { border-color: #71232C; }
span { border-color: rgb(113,35,44); }
td.TdClassName
{
border-color: #71232C;
}
.TagClassName
{
border-color: #71232C;
}
</style>