Shades of Claret #73192E
Tints of Claret #73192E
RGB
CMYK
RGB Variations
Color information
#73192E (or 0x73192E) is known color: Claret. HEX triplet: 73, 19 and 2E. RGB value is (115,25,46). Sum of RGB (Red+Green+Blue) = 115+25+46=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #73192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73192E is #8CE6D1. Grayscale: #363636. Windows color (decimal): -9234130 or 3021171. OLE color: 3021171.
HSL color Cylindrical-coordinate representation of color #73192E: hue angle of 346º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73192E is Cyan = 0, Magento = 0.78, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 46 | - |
| CMYK | 0 | 0.78 | 0.6 | 0.55 |
| HSL | 346º | 0.64% | 0.27% | - |
| HSV(B) | 346º | 0.78% | 0.45% | - |
| XYZ | 7.91 | 4.54 | 3.04 | - |
| YUV | 54.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 46 | 0 | 0.78 | 0.6 | 0.55 | 346 | 0.64 | 0.27 |
| Hex | 73 | 19 | 2E | 0 | 4E | 3C | 37 | 15A | 40 | 1B |
| Octal | 163 | 31 | 56 | 0 | 116 | 74 | 67 | 532 | 100 | 33 |
| Binary | 1110011 | 11001 | 101110 | 0 | 1001110 | 111100 | 110111 | 101011010 | 1000000 | 11011 |
Color Harmonies of #73192E
Complementary color
Monochromatic Colors of #73192E
Black with #73192E
Text Example
Text Example
White with #73192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73192E; }
p { color: rgb(115,25,46); }
H1.HeaderClassName
{
color: #73192E;
}
.AnyTagClassName
{
color: #73192E;
}
</style>
background-color css
<style>
a { background-color: #73192E; }
a { background-color: rgb(115,25,46); }
div.DivClassName
{
background-color: #73192E;
}
.BgClassName
{
background-color: #73192E;
}
</style>
border-color css
<style>
span { border-color: #73192E; }
span { border-color: rgb(115,25,46); }
td.TdClassName
{
border-color: #73192E;
}
.TagClassName
{
border-color: #73192E;
}
</style>