Shades of Claret #73122F
Tints of Claret #73122F
RGB
CMYK
RGB Variations
Color information
#73122F (or 0x73122F) is known color: Claret. HEX triplet: 73, 12 and 2F. RGB value is (115,18,47). Sum of RGB (Red+Green+Blue) = 115+18+47=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73122F is #8CEDD0. Grayscale: #323232. Windows color (decimal): -9235921 or 3084915. OLE color: 3084915.
HSL color Cylindrical-coordinate representation of color #73122F: hue angle of 342.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73122F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 47 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.55 |
| HSL | 342.06º | 0.73% | 0.26% | - |
| HSV(B) | 342.06º | 0.84% | 0.45% | - |
| XYZ | 7.8 | 4.28 | 3.1 | - |
| YUV | 50.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 47 | 0 | 0.84 | 0.59 | 0.55 | 342.06 | 0.73 | 0.26 |
| Hex | 73 | 12 | 2F | 0 | 54 | 3B | 37 | 156 | 49 | 1A |
| Octal | 163 | 22 | 57 | 0 | 124 | 73 | 67 | 526 | 111 | 32 |
| Binary | 1110011 | 10010 | 101111 | 0 | 1010100 | 111011 | 110111 | 101010110 | 1001001 | 11010 |
Color Harmonies of #73122F
Complementary color
Monochromatic Colors of #73122F
Black with #73122F
Text Example
Text Example
White with #73122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73122F; }
p { color: rgb(115,18,47); }
H1.HeaderClassName
{
color: #73122F;
}
.AnyTagClassName
{
color: #73122F;
}
</style>
background-color css
<style>
a { background-color: #73122F; }
a { background-color: rgb(115,18,47); }
div.DivClassName
{
background-color: #73122F;
}
.BgClassName
{
background-color: #73122F;
}
</style>
border-color css
<style>
span { border-color: #73122F; }
span { border-color: rgb(115,18,47); }
td.TdClassName
{
border-color: #73122F;
}
.TagClassName
{
border-color: #73122F;
}
</style>