Shades of Red Berry #73141C
Tints of Red Berry #73141C
RGB
CMYK
RGB Variations
Color information
#73141C (or 0x73141C) is known color: Red Berry. HEX triplet: 73, 14 and 1C. RGB value is (115,20,28). Sum of RGB (Red+Green+Blue) = 115+20+28=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73141C is #8CEBE3. Grayscale: #313131. Windows color (decimal): -9235428 or 1840243. OLE color: 1840243.
HSL color Cylindrical-coordinate representation of color #73141C: hue angle of 354.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73141C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 28 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.55 |
| HSL | 354.95º | 0.7% | 0.26% | - |
| HSV(B) | 354.95º | 0.83% | 0.45% | - |
| XYZ | 7.53 | 4.23 | 1.52 | - |
| YUV | 49.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 28 | 0 | 0.83 | 0.76 | 0.55 | 354.95 | 0.7 | 0.26 |
| Hex | 73 | 14 | 1C | 0 | 53 | 4C | 37 | 163 | 46 | 1A |
| Octal | 163 | 24 | 34 | 0 | 123 | 114 | 67 | 543 | 106 | 32 |
| Binary | 1110011 | 10100 | 11100 | 0 | 1010011 | 1001100 | 110111 | 101100011 | 1000110 | 11010 |
Color Harmonies of #73141C
Complementary color
Monochromatic Colors of #73141C
Black with #73141C
Text Example
Text Example
White with #73141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73141C; }
p { color: rgb(115,20,28); }
H1.HeaderClassName
{
color: #73141C;
}
.AnyTagClassName
{
color: #73141C;
}
</style>
background-color css
<style>
a { background-color: #73141C; }
a { background-color: rgb(115,20,28); }
div.DivClassName
{
background-color: #73141C;
}
.BgClassName
{
background-color: #73141C;
}
</style>
border-color css
<style>
span { border-color: #73141C; }
span { border-color: rgb(115,20,28); }
td.TdClassName
{
border-color: #73141C;
}
.TagClassName
{
border-color: #73141C;
}
</style>