Shades of Red Berry #731F24
Tints of Red Berry #731F24
RGB
CMYK
RGB Variations
Color information
#731F24 (or 0x731F24) is known color: Red Berry. HEX triplet: 73, 1F and 24. RGB value is (115,31,36). Sum of RGB (Red+Green+Blue) = 115+31+36=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #731F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F24 is #8CE0DB. Grayscale: #383838. Windows color (decimal): -9232604 or 2367347. OLE color: 2367347.
HSL color Cylindrical-coordinate representation of color #731F24: hue angle of 356.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F24 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 36 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.55 |
| HSL | 356.43º | 0.58% | 0.29% | - |
| HSV(B) | 356.43º | 0.73% | 0.45% | - |
| XYZ | 7.88 | 4.75 | 2.17 | - |
| YUV | 56.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 36 | 0 | 0.73 | 0.69 | 0.55 | 356.43 | 0.58 | 0.29 |
| Hex | 73 | 1F | 24 | 0 | 49 | 45 | 37 | 164 | 3A | 1D |
| Octal | 163 | 37 | 44 | 0 | 111 | 105 | 67 | 544 | 72 | 35 |
| Binary | 1110011 | 11111 | 100100 | 0 | 1001001 | 1000101 | 110111 | 101100100 | 111010 | 11101 |
Color Harmonies of #731F24
Complementary color
Monochromatic Colors of #731F24
Black with #731F24
Text Example
Text Example
White with #731F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F24; }
p { color: rgb(115,31,36); }
H1.HeaderClassName
{
color: #731F24;
}
.AnyTagClassName
{
color: #731F24;
}
</style>
background-color css
<style>
a { background-color: #731F24; }
a { background-color: rgb(115,31,36); }
div.DivClassName
{
background-color: #731F24;
}
.BgClassName
{
background-color: #731F24;
}
</style>
border-color css
<style>
span { border-color: #731F24; }
span { border-color: rgb(115,31,36); }
td.TdClassName
{
border-color: #731F24;
}
.TagClassName
{
border-color: #731F24;
}
</style>