Shades of Claret #73162D
Tints of Claret #73162D
RGB
CMYK
RGB Variations
Color information
#73162D (or 0x73162D) is known color: Claret. HEX triplet: 73, 16 and 2D. RGB value is (115,22,45). Sum of RGB (Red+Green+Blue) = 115+22+45=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73162D is #8CE9D2. Grayscale: #343434. Windows color (decimal): -9234899 or 2954867. OLE color: 2954867.
HSL color Cylindrical-coordinate representation of color #73162D: hue angle of 345.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73162D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 45 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.55 |
| HSL | 345.16º | 0.68% | 0.27% | - |
| HSV(B) | 345.16º | 0.81% | 0.45% | - |
| XYZ | 7.83 | 4.41 | 2.92 | - |
| YUV | 52.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 45 | 0 | 0.81 | 0.61 | 0.55 | 345.16 | 0.68 | 0.27 |
| Hex | 73 | 16 | 2D | 0 | 51 | 3D | 37 | 159 | 44 | 1B |
| Octal | 163 | 26 | 55 | 0 | 121 | 75 | 67 | 531 | 104 | 33 |
| Binary | 1110011 | 10110 | 101101 | 0 | 1010001 | 111101 | 110111 | 101011001 | 1000100 | 11011 |
Color Harmonies of #73162D
Complementary color
Monochromatic Colors of #73162D
Black with #73162D
Text Example
Text Example
White with #73162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73162D; }
p { color: rgb(115,22,45); }
H1.HeaderClassName
{
color: #73162D;
}
.AnyTagClassName
{
color: #73162D;
}
</style>
background-color css
<style>
a { background-color: #73162D; }
a { background-color: rgb(115,22,45); }
div.DivClassName
{
background-color: #73162D;
}
.BgClassName
{
background-color: #73162D;
}
</style>
border-color css
<style>
span { border-color: #73162D; }
span { border-color: rgb(115,22,45); }
td.TdClassName
{
border-color: #73162D;
}
.TagClassName
{
border-color: #73162D;
}
</style>