Shades of Red Berry #732127
Tints of Red Berry #732127
RGB
CMYK
RGB Variations
Color information
#732127 (or 0x732127) is known color: Red Berry. HEX triplet: 73, 21 and 27. RGB value is (115,33,39). Sum of RGB (Red+Green+Blue) = 115+33+39=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #732127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732127 is #8CDED8. Grayscale: #3A3A3A. Windows color (decimal): -9232089 or 2564467. OLE color: 2564467.
HSL color Cylindrical-coordinate representation of color #732127: hue angle of 355.61º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732127 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 39 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.55 |
| HSL | 355.61º | 0.55% | 0.29% | - |
| HSV(B) | 355.61º | 0.71% | 0.45% | - |
| XYZ | 7.98 | 4.88 | 2.44 | - |
| YUV | 58.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 39 | 0 | 0.71 | 0.66 | 0.55 | 355.61 | 0.55 | 0.29 |
| Hex | 73 | 21 | 27 | 0 | 47 | 42 | 37 | 164 | 37 | 1D |
| Octal | 163 | 41 | 47 | 0 | 107 | 102 | 67 | 544 | 67 | 35 |
| Binary | 1110011 | 100001 | 100111 | 0 | 1000111 | 1000010 | 110111 | 101100100 | 110111 | 11101 |
Color Harmonies of #732127
Complementary color
Monochromatic Colors of #732127
Black with #732127
Text Example
Text Example
White with #732127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732127; }
p { color: rgb(115,33,39); }
H1.HeaderClassName
{
color: #732127;
}
.AnyTagClassName
{
color: #732127;
}
</style>
background-color css
<style>
a { background-color: #732127; }
a { background-color: rgb(115,33,39); }
div.DivClassName
{
background-color: #732127;
}
.BgClassName
{
background-color: #732127;
}
</style>
border-color css
<style>
span { border-color: #732127; }
span { border-color: rgb(115,33,39); }
td.TdClassName
{
border-color: #732127;
}
.TagClassName
{
border-color: #732127;
}
</style>