Shades of Red Berry #711F25
Tints of Red Berry #711F25
RGB
CMYK
RGB Variations
Color information
#711F25 (or 0x711F25) is known color: Red Berry. HEX triplet: 71, 1F and 25. RGB value is (113,31,37). Sum of RGB (Red+Green+Blue) = 113+31+37=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #711F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F25 is #8EE0DA. Grayscale: #383838. Windows color (decimal): -9363675 or 2432881. OLE color: 2432881.
HSL color Cylindrical-coordinate representation of color #711F25: hue angle of 355.61º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F25 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 37 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.56 |
| HSL | 355.61º | 0.57% | 0.28% | - |
| HSV(B) | 355.61º | 0.73% | 0.44% | - |
| XYZ | 7.63 | 4.62 | 2.24 | - |
| YUV | 56.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 37 | 0 | 0.73 | 0.67 | 0.56 | 355.61 | 0.57 | 0.28 |
| Hex | 71 | 1F | 25 | 0 | 49 | 43 | 38 | 164 | 39 | 1C |
| Octal | 161 | 37 | 45 | 0 | 111 | 103 | 70 | 544 | 71 | 34 |
| Binary | 1110001 | 11111 | 100101 | 0 | 1001001 | 1000011 | 111000 | 101100100 | 111001 | 11100 |
Color Harmonies of #711F25
Complementary color
Monochromatic Colors of #711F25
Black with #711F25
Text Example
Text Example
White with #711F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F25; }
p { color: rgb(113,31,37); }
H1.HeaderClassName
{
color: #711F25;
}
.AnyTagClassName
{
color: #711F25;
}
</style>
background-color css
<style>
a { background-color: #711F25; }
a { background-color: rgb(113,31,37); }
div.DivClassName
{
background-color: #711F25;
}
.BgClassName
{
background-color: #711F25;
}
</style>
border-color css
<style>
span { border-color: #711F25; }
span { border-color: rgb(113,31,37); }
td.TdClassName
{
border-color: #711F25;
}
.TagClassName
{
border-color: #711F25;
}
</style>