Shades of Claret #73152E
Tints of Claret #73152E
RGB
CMYK
RGB Variations
Color information
#73152E (or 0x73152E) is known color: Claret. HEX triplet: 73, 15 and 2E. RGB value is (115,21,46). Sum of RGB (Red+Green+Blue) = 115+21+46=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73152E is #8CEAD1. Grayscale: #333333. Windows color (decimal): -9235154 or 3020147. OLE color: 3020147.
HSL color Cylindrical-coordinate representation of color #73152E: hue angle of 344.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73152E is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 46 | - |
| CMYK | 0 | 0.82 | 0.6 | 0.55 |
| HSL | 344.04º | 0.69% | 0.27% | - |
| HSV(B) | 344.04º | 0.82% | 0.45% | - |
| XYZ | 7.83 | 4.38 | 3.02 | - |
| YUV | 51.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 46 | 0 | 0.82 | 0.6 | 0.55 | 344.04 | 0.69 | 0.27 |
| Hex | 73 | 15 | 2E | 0 | 52 | 3C | 37 | 158 | 45 | 1B |
| Octal | 163 | 25 | 56 | 0 | 122 | 74 | 67 | 530 | 105 | 33 |
| Binary | 1110011 | 10101 | 101110 | 0 | 1010010 | 111100 | 110111 | 101011000 | 1000101 | 11011 |
Color Harmonies of #73152E
Complementary color
Monochromatic Colors of #73152E
Black with #73152E
Text Example
Text Example
White with #73152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73152E; }
p { color: rgb(115,21,46); }
H1.HeaderClassName
{
color: #73152E;
}
.AnyTagClassName
{
color: #73152E;
}
</style>
background-color css
<style>
a { background-color: #73152E; }
a { background-color: rgb(115,21,46); }
div.DivClassName
{
background-color: #73152E;
}
.BgClassName
{
background-color: #73152E;
}
</style>
border-color css
<style>
span { border-color: #73152E; }
span { border-color: rgb(115,21,46); }
td.TdClassName
{
border-color: #73152E;
}
.TagClassName
{
border-color: #73152E;
}
</style>