Shades of Red Berry #732023
Tints of Red Berry #732023
RGB
CMYK
RGB Variations
Color information
#732023 (or 0x732023) is known color: Red Berry. HEX triplet: 73, 20 and 23. RGB value is (115,32,35). Sum of RGB (Red+Green+Blue) = 115+32+35=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #732023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732023 is #8CDFDC. Grayscale: #393939. Windows color (decimal): -9232349 or 2302067. OLE color: 2302067.
HSL color Cylindrical-coordinate representation of color #732023: hue angle of 357.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732023 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 35 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.55 |
| HSL | 357.83º | 0.56% | 0.29% | - |
| HSV(B) | 357.83º | 0.72% | 0.45% | - |
| XYZ | 7.89 | 4.8 | 2.1 | - |
| YUV | 57.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 35 | 0 | 0.72 | 0.70 | 0.55 | 357.83 | 0.56 | 0.29 |
| Hex | 73 | 20 | 23 | 0 | 48 | 46 | 37 | 166 | 38 | 1D |
| Octal | 163 | 40 | 43 | 0 | 110 | 106 | 67 | 546 | 70 | 35 |
| Binary | 1110011 | 100000 | 100011 | 0 | 1001000 | 1000110 | 110111 | 101100110 | 111000 | 11101 |
Color Harmonies of #732023
Complementary color
Monochromatic Colors of #732023
Black with #732023
Text Example
Text Example
White with #732023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732023; }
p { color: rgb(115,32,35); }
H1.HeaderClassName
{
color: #732023;
}
.AnyTagClassName
{
color: #732023;
}
</style>
background-color css
<style>
a { background-color: #732023; }
a { background-color: rgb(115,32,35); }
div.DivClassName
{
background-color: #732023;
}
.BgClassName
{
background-color: #732023;
}
</style>
border-color css
<style>
span { border-color: #732023; }
span { border-color: rgb(115,32,35); }
td.TdClassName
{
border-color: #732023;
}
.TagClassName
{
border-color: #732023;
}
</style>