Shades of Red Berry #731223
Tints of Red Berry #731223
RGB
CMYK
RGB Variations
Color information
#731223 (or 0x731223) is known color: Red Berry. HEX triplet: 73, 12 and 23. RGB value is (115,18,35). Sum of RGB (Red+Green+Blue) = 115+18+35=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731223 is #8CEDDC. Grayscale: #303030. Windows color (decimal): -9235933 or 2298483. OLE color: 2298483.
HSL color Cylindrical-coordinate representation of color #731223: hue angle of 349.48º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731223 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 35 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.55 |
| HSL | 349.48º | 0.73% | 0.26% | - |
| HSV(B) | 349.48º | 0.84% | 0.45% | - |
| XYZ | 7.59 | 4.2 | 2 | - |
| YUV | 48.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 35 | 0 | 0.84 | 0.70 | 0.55 | 349.48 | 0.73 | 0.26 |
| Hex | 73 | 12 | 23 | 0 | 54 | 46 | 37 | 15D | 49 | 1A |
| Octal | 163 | 22 | 43 | 0 | 124 | 106 | 67 | 535 | 111 | 32 |
| Binary | 1110011 | 10010 | 100011 | 0 | 1010100 | 1000110 | 110111 | 101011101 | 1001001 | 11010 |
Color Harmonies of #731223
Complementary color
Monochromatic Colors of #731223
Black with #731223
Text Example
Text Example
White with #731223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731223; }
p { color: rgb(115,18,35); }
H1.HeaderClassName
{
color: #731223;
}
.AnyTagClassName
{
color: #731223;
}
</style>
background-color css
<style>
a { background-color: #731223; }
a { background-color: rgb(115,18,35); }
div.DivClassName
{
background-color: #731223;
}
.BgClassName
{
background-color: #731223;
}
</style>
border-color css
<style>
span { border-color: #731223; }
span { border-color: rgb(115,18,35); }
td.TdClassName
{
border-color: #731223;
}
.TagClassName
{
border-color: #731223;
}
</style>