Shades of Claret #730D32
Tints of Claret #730D32
RGB
CMYK
RGB Variations
Color information
#730D32 (or 0x730D32) is known color: Claret. HEX triplet: 73, 0D and 32. RGB value is (115,13,50). Sum of RGB (Red+Green+Blue) = 115+13+50=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #730D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D32 is #8CF2CD. Grayscale: #2F2F2F. Windows color (decimal): -9237198 or 3280243. OLE color: 3280243.
HSL color Cylindrical-coordinate representation of color #730D32: hue angle of 338.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D32 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 50 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.55 |
| HSL | 338.24º | 0.8% | 0.25% | - |
| HSV(B) | 338.24º | 0.89% | 0.45% | - |
| XYZ | 7.79 | 4.16 | 3.41 | - |
| YUV | 47.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 50 | 0 | 0.89 | 0.57 | 0.55 | 338.24 | 0.8 | 0.25 |
| Hex | 73 | D | 32 | 0 | 59 | 39 | 37 | 152 | 50 | 19 |
| Octal | 163 | 15 | 62 | 0 | 131 | 71 | 67 | 522 | 120 | 31 |
| Binary | 1110011 | 1101 | 110010 | 0 | 1011001 | 111001 | 110111 | 101010010 | 1010000 | 11001 |
Color Harmonies of #730D32
Complementary color
Monochromatic Colors of #730D32
Black with #730D32
Text Example
Text Example
White with #730D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D32; }
p { color: rgb(115,13,50); }
H1.HeaderClassName
{
color: #730D32;
}
.AnyTagClassName
{
color: #730D32;
}
</style>
background-color css
<style>
a { background-color: #730D32; }
a { background-color: rgb(115,13,50); }
div.DivClassName
{
background-color: #730D32;
}
.BgClassName
{
background-color: #730D32;
}
</style>
border-color css
<style>
span { border-color: #730D32; }
span { border-color: rgb(115,13,50); }
td.TdClassName
{
border-color: #730D32;
}
.TagClassName
{
border-color: #730D32;
}
</style>