Shades of Claret #73102B
Tints of Claret #73102B
RGB
CMYK
RGB Variations
Color information
#73102B (or 0x73102B) is known color: Claret. HEX triplet: 73, 10 and 2B. RGB value is (115,16,43). Sum of RGB (Red+Green+Blue) = 115+16+43=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73102B is #8CEFD4. Grayscale: #303030. Windows color (decimal): -9236437 or 2822259. OLE color: 2822259.
HSL color Cylindrical-coordinate representation of color #73102B: hue angle of 343.64º 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 #73102B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 43 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.55 |
| HSL | 343.64º | 0.76% | 0.26% | - |
| HSV(B) | 343.64º | 0.86% | 0.45% | - |
| XYZ | 7.69 | 4.19 | 2.69 | - |
| YUV | 48.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 43 | 0 | 0.86 | 0.63 | 0.55 | 343.64 | 0.76 | 0.26 |
| Hex | 73 | 10 | 2B | 0 | 56 | 3F | 37 | 158 | 4C | 1A |
| Octal | 163 | 20 | 53 | 0 | 126 | 77 | 67 | 530 | 114 | 32 |
| Binary | 1110011 | 10000 | 101011 | 0 | 1010110 | 111111 | 110111 | 101011000 | 1001100 | 11010 |
Color Harmonies of #73102B
Complementary color
Monochromatic Colors of #73102B
Black with #73102B
Text Example
Text Example
White with #73102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73102B; }
p { color: rgb(115,16,43); }
H1.HeaderClassName
{
color: #73102B;
}
.AnyTagClassName
{
color: #73102B;
}
</style>
background-color css
<style>
a { background-color: #73102B; }
a { background-color: rgb(115,16,43); }
div.DivClassName
{
background-color: #73102B;
}
.BgClassName
{
background-color: #73102B;
}
</style>
border-color css
<style>
span { border-color: #73102B; }
span { border-color: rgb(115,16,43); }
td.TdClassName
{
border-color: #73102B;
}
.TagClassName
{
border-color: #73102B;
}
</style>