Shades of Red Berry #731E27
Tints of Red Berry #731E27
RGB
CMYK
RGB Variations
Color information
#731E27 (or 0x731E27) is known color: Red Berry. HEX triplet: 73, 1E and 27. RGB value is (115,30,39). Sum of RGB (Red+Green+Blue) = 115+30+39=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #731E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E27 is #8CE1D8. Grayscale: #383838. Windows color (decimal): -9232857 or 2563699. OLE color: 2563699.
HSL color Cylindrical-coordinate representation of color #731E27: hue angle of 353.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E27 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 39 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.55 |
| HSL | 353.65º | 0.59% | 0.28% | - |
| HSV(B) | 353.65º | 0.74% | 0.45% | - |
| XYZ | 7.9 | 4.72 | 2.41 | - |
| YUV | 56.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 39 | 0 | 0.74 | 0.66 | 0.55 | 353.65 | 0.59 | 0.28 |
| Hex | 73 | 1E | 27 | 0 | 4A | 42 | 37 | 162 | 3B | 1C |
| Octal | 163 | 36 | 47 | 0 | 112 | 102 | 67 | 542 | 73 | 34 |
| Binary | 1110011 | 11110 | 100111 | 0 | 1001010 | 1000010 | 110111 | 101100010 | 111011 | 11100 |
Color Harmonies of #731E27
Complementary color
Monochromatic Colors of #731E27
Black with #731E27
Text Example
Text Example
White with #731E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E27; }
p { color: rgb(115,30,39); }
H1.HeaderClassName
{
color: #731E27;
}
.AnyTagClassName
{
color: #731E27;
}
</style>
background-color css
<style>
a { background-color: #731E27; }
a { background-color: rgb(115,30,39); }
div.DivClassName
{
background-color: #731E27;
}
.BgClassName
{
background-color: #731E27;
}
</style>
border-color css
<style>
span { border-color: #731E27; }
span { border-color: rgb(115,30,39); }
td.TdClassName
{
border-color: #731E27;
}
.TagClassName
{
border-color: #731E27;
}
</style>