Shades of Claret #73102E
Tints of Claret #73102E
RGB
CMYK
RGB Variations
Color information
#73102E (or 0x73102E) is known color: Claret. HEX triplet: 73, 10 and 2E. RGB value is (115,16,46). Sum of RGB (Red+Green+Blue) = 115+16+46=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73102E is #8CEFD1. Grayscale: #313131. Windows color (decimal): -9236434 or 3018867. OLE color: 3018867.
HSL color Cylindrical-coordinate representation of color #73102E: hue angle of 341.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73102E is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 46 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.55 |
| HSL | 341.82º | 0.76% | 0.26% | - |
| HSV(B) | 341.82º | 0.86% | 0.45% | - |
| XYZ | 7.75 | 4.21 | 2.99 | - |
| YUV | 49.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 46 | 0 | 0.86 | 0.6 | 0.55 | 341.82 | 0.76 | 0.26 |
| Hex | 73 | 10 | 2E | 0 | 56 | 3C | 37 | 156 | 4C | 1A |
| Octal | 163 | 20 | 56 | 0 | 126 | 74 | 67 | 526 | 114 | 32 |
| Binary | 1110011 | 10000 | 101110 | 0 | 1010110 | 111100 | 110111 | 101010110 | 1001100 | 11010 |
Color Harmonies of #73102E
Complementary color
Monochromatic Colors of #73102E
Black with #73102E
Text Example
Text Example
White with #73102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73102E; }
p { color: rgb(115,16,46); }
H1.HeaderClassName
{
color: #73102E;
}
.AnyTagClassName
{
color: #73102E;
}
</style>
background-color css
<style>
a { background-color: #73102E; }
a { background-color: rgb(115,16,46); }
div.DivClassName
{
background-color: #73102E;
}
.BgClassName
{
background-color: #73102E;
}
</style>
border-color css
<style>
span { border-color: #73102E; }
span { border-color: rgb(115,16,46); }
td.TdClassName
{
border-color: #73102E;
}
.TagClassName
{
border-color: #73102E;
}
</style>