Shades of Red Berry #731C1D
Tints of Red Berry #731C1D
RGB
CMYK
RGB Variations
Color information
#731C1D (or 0x731C1D) is known color: Red Berry. HEX triplet: 73, 1C and 1D. RGB value is (115,28,29). Sum of RGB (Red+Green+Blue) = 115+28+29=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C1D is #8CE3E2. Grayscale: #363636. Windows color (decimal): -9233379 or 1907827. OLE color: 1907827.
HSL color Cylindrical-coordinate representation of color #731C1D: hue angle of 359.31º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C1D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 29 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.55 |
| HSL | 359.31º | 0.61% | 0.28% | - |
| HSV(B) | 359.31º | 0.76% | 0.45% | - |
| XYZ | 7.71 | 4.56 | 1.64 | - |
| YUV | 54.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 29 | 0 | 0.76 | 0.75 | 0.55 | 359.31 | 0.61 | 0.28 |
| Hex | 73 | 1C | 1D | 0 | 4C | 4B | 37 | 167 | 3D | 1C |
| Octal | 163 | 34 | 35 | 0 | 114 | 113 | 67 | 547 | 75 | 34 |
| Binary | 1110011 | 11100 | 11101 | 0 | 1001100 | 1001011 | 110111 | 101100111 | 111101 | 11100 |
Color Harmonies of #731C1D
Complementary color
Monochromatic Colors of #731C1D
Black with #731C1D
Text Example
Text Example
White with #731C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C1D; }
p { color: rgb(115,28,29); }
H1.HeaderClassName
{
color: #731C1D;
}
.AnyTagClassName
{
color: #731C1D;
}
</style>
background-color css
<style>
a { background-color: #731C1D; }
a { background-color: rgb(115,28,29); }
div.DivClassName
{
background-color: #731C1D;
}
.BgClassName
{
background-color: #731C1D;
}
</style>
border-color css
<style>
span { border-color: #731C1D; }
span { border-color: rgb(115,28,29); }
td.TdClassName
{
border-color: #731C1D;
}
.TagClassName
{
border-color: #731C1D;
}
</style>