Shades of Red Berry #71192A
Tints of Red Berry #71192A
RGB
CMYK
RGB Variations
Color information
#71192A (or 0x71192A) is known color: Red Berry. HEX triplet: 71, 19 and 2A. RGB value is (113,25,42). Sum of RGB (Red+Green+Blue) = 113+25+42=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71192A is #8EE6D5. Grayscale: #353535. Windows color (decimal): -9365206 or 2759025. OLE color: 2759025.
HSL color Cylindrical-coordinate representation of color #71192A: hue angle of 348.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71192A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 42 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.56 |
| HSL | 348.41º | 0.64% | 0.27% | - |
| HSV(B) | 348.41º | 0.78% | 0.44% | - |
| XYZ | 7.58 | 4.37 | 2.64 | - |
| YUV | 53.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 42 | 0 | 0.78 | 0.63 | 0.56 | 348.41 | 0.64 | 0.27 |
| Hex | 71 | 19 | 2A | 0 | 4E | 3F | 38 | 15C | 40 | 1B |
| Octal | 161 | 31 | 52 | 0 | 116 | 77 | 70 | 534 | 100 | 33 |
| Binary | 1110001 | 11001 | 101010 | 0 | 1001110 | 111111 | 111000 | 101011100 | 1000000 | 11011 |
Color Harmonies of #71192A
Complementary color
Monochromatic Colors of #71192A
Black with #71192A
Text Example
Text Example
White with #71192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71192A; }
p { color: rgb(113,25,42); }
H1.HeaderClassName
{
color: #71192A;
}
.AnyTagClassName
{
color: #71192A;
}
</style>
background-color css
<style>
a { background-color: #71192A; }
a { background-color: rgb(113,25,42); }
div.DivClassName
{
background-color: #71192A;
}
.BgClassName
{
background-color: #71192A;
}
</style>
border-color css
<style>
span { border-color: #71192A; }
span { border-color: rgb(113,25,42); }
td.TdClassName
{
border-color: #71192A;
}
.TagClassName
{
border-color: #71192A;
}
</style>