Shades of Claret #73112D
Tints of Claret #73112D
RGB
CMYK
RGB Variations
Color information
#73112D (or 0x73112D) is known color: Claret. HEX triplet: 73, 11 and 2D. RGB value is (115,17,45). Sum of RGB (Red+Green+Blue) = 115+17+45=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73112D is #8CEED2. Grayscale: #313131. Windows color (decimal): -9236179 or 2953587. OLE color: 2953587.
HSL color Cylindrical-coordinate representation of color #73112D: hue angle of 342.86º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73112D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 45 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.55 |
| HSL | 342.86º | 0.74% | 0.26% | - |
| HSV(B) | 342.86º | 0.85% | 0.45% | - |
| XYZ | 7.74 | 4.24 | 2.89 | - |
| YUV | 49.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 45 | 0 | 0.85 | 0.61 | 0.55 | 342.86 | 0.74 | 0.26 |
| Hex | 73 | 11 | 2D | 0 | 55 | 3D | 37 | 157 | 4A | 1A |
| Octal | 163 | 21 | 55 | 0 | 125 | 75 | 67 | 527 | 112 | 32 |
| Binary | 1110011 | 10001 | 101101 | 0 | 1010101 | 111101 | 110111 | 101010111 | 1001010 | 11010 |
Color Harmonies of #73112D
Complementary color
Monochromatic Colors of #73112D
Black with #73112D
Text Example
Text Example
White with #73112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73112D; }
p { color: rgb(115,17,45); }
H1.HeaderClassName
{
color: #73112D;
}
.AnyTagClassName
{
color: #73112D;
}
</style>
background-color css
<style>
a { background-color: #73112D; }
a { background-color: rgb(115,17,45); }
div.DivClassName
{
background-color: #73112D;
}
.BgClassName
{
background-color: #73112D;
}
</style>
border-color css
<style>
span { border-color: #73112D; }
span { border-color: rgb(115,17,45); }
td.TdClassName
{
border-color: #73112D;
}
.TagClassName
{
border-color: #73112D;
}
</style>