Shades of Claret #73112F
Tints of Claret #73112F
RGB
CMYK
RGB Variations
Color information
#73112F (or 0x73112F) is known color: Claret. HEX triplet: 73, 11 and 2F. RGB value is (115,17,47). Sum of RGB (Red+Green+Blue) = 115+17+47=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73112F is #8CEED0. Grayscale: #313131. Windows color (decimal): -9236177 or 3084659. OLE color: 3084659.
HSL color Cylindrical-coordinate representation of color #73112F: hue angle of 341.63º 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 #73112F is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 47 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.55 |
| HSL | 341.63º | 0.74% | 0.26% | - |
| HSV(B) | 341.63º | 0.85% | 0.45% | - |
| XYZ | 7.78 | 4.25 | 3.1 | - |
| YUV | 49.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 47 | 0 | 0.85 | 0.59 | 0.55 | 341.63 | 0.74 | 0.26 |
| Hex | 73 | 11 | 2F | 0 | 55 | 3B | 37 | 156 | 4A | 1A |
| Octal | 163 | 21 | 57 | 0 | 125 | 73 | 67 | 526 | 112 | 32 |
| Binary | 1110011 | 10001 | 101111 | 0 | 1010101 | 111011 | 110111 | 101010110 | 1001010 | 11010 |
Color Harmonies of #73112F
Complementary color
Monochromatic Colors of #73112F
Black with #73112F
Text Example
Text Example
White with #73112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73112F; }
p { color: rgb(115,17,47); }
H1.HeaderClassName
{
color: #73112F;
}
.AnyTagClassName
{
color: #73112F;
}
</style>
background-color css
<style>
a { background-color: #73112F; }
a { background-color: rgb(115,17,47); }
div.DivClassName
{
background-color: #73112F;
}
.BgClassName
{
background-color: #73112F;
}
</style>
border-color css
<style>
span { border-color: #73112F; }
span { border-color: rgb(115,17,47); }
td.TdClassName
{
border-color: #73112F;
}
.TagClassName
{
border-color: #73112F;
}
</style>