Shades of Red Berry #73112A
Tints of Red Berry #73112A
RGB
CMYK
RGB Variations
Color information
#73112A (or 0x73112A) is known color: Red Berry. HEX triplet: 73, 11 and 2A. RGB value is (115,17,42). Sum of RGB (Red+Green+Blue) = 115+17+42=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73112A is #8CEED5. Grayscale: #313131. Windows color (decimal): -9236182 or 2756979. OLE color: 2756979.
HSL color Cylindrical-coordinate representation of color #73112A: hue angle of 344.69º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73112A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 42 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.55 |
| HSL | 344.69º | 0.74% | 0.26% | - |
| HSV(B) | 344.69º | 0.85% | 0.45% | - |
| XYZ | 7.69 | 4.21 | 2.6 | - |
| YUV | 49.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 42 | 0 | 0.85 | 0.63 | 0.55 | 344.69 | 0.74 | 0.26 |
| Hex | 73 | 11 | 2A | 0 | 55 | 3F | 37 | 159 | 4A | 1A |
| Octal | 163 | 21 | 52 | 0 | 125 | 77 | 67 | 531 | 112 | 32 |
| Binary | 1110011 | 10001 | 101010 | 0 | 1010101 | 111111 | 110111 | 101011001 | 1001010 | 11010 |
Color Harmonies of #73112A
Complementary color
Monochromatic Colors of #73112A
Black with #73112A
Text Example
Text Example
White with #73112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73112A; }
p { color: rgb(115,17,42); }
H1.HeaderClassName
{
color: #73112A;
}
.AnyTagClassName
{
color: #73112A;
}
</style>
background-color css
<style>
a { background-color: #73112A; }
a { background-color: rgb(115,17,42); }
div.DivClassName
{
background-color: #73112A;
}
.BgClassName
{
background-color: #73112A;
}
</style>
border-color css
<style>
span { border-color: #73112A; }
span { border-color: rgb(115,17,42); }
td.TdClassName
{
border-color: #73112A;
}
.TagClassName
{
border-color: #73112A;
}
</style>