Shades of Claret #730D2F
Tints of Claret #730D2F
RGB
CMYK
RGB Variations
Color information
#730D2F (or 0x730D2F) is known color: Claret. HEX triplet: 73, 0D and 2F. RGB value is (115,13,47). Sum of RGB (Red+Green+Blue) = 115+13+47=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #730D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D2F is #8CF2D0. Grayscale: #2F2F2F. Windows color (decimal): -9237201 or 3083635. OLE color: 3083635.
HSL color Cylindrical-coordinate representation of color #730D2F: hue angle of 340º 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 #730D2F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 47 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.55 |
| HSL | 340º | 0.8% | 0.25% | - |
| HSV(B) | 340º | 0.89% | 0.45% | - |
| XYZ | 7.73 | 4.14 | 3.08 | - |
| YUV | 47.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 47 | 0 | 0.89 | 0.59 | 0.55 | 340 | 0.8 | 0.25 |
| Hex | 73 | D | 2F | 0 | 59 | 3B | 37 | 154 | 50 | 19 |
| Octal | 163 | 15 | 57 | 0 | 131 | 73 | 67 | 524 | 120 | 31 |
| Binary | 1110011 | 1101 | 101111 | 0 | 1011001 | 111011 | 110111 | 101010100 | 1010000 | 11001 |
Color Harmonies of #730D2F
Complementary color
Monochromatic Colors of #730D2F
Black with #730D2F
Text Example
Text Example
White with #730D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D2F; }
p { color: rgb(115,13,47); }
H1.HeaderClassName
{
color: #730D2F;
}
.AnyTagClassName
{
color: #730D2F;
}
</style>
background-color css
<style>
a { background-color: #730D2F; }
a { background-color: rgb(115,13,47); }
div.DivClassName
{
background-color: #730D2F;
}
.BgClassName
{
background-color: #730D2F;
}
</style>
border-color css
<style>
span { border-color: #730D2F; }
span { border-color: rgb(115,13,47); }
td.TdClassName
{
border-color: #730D2F;
}
.TagClassName
{
border-color: #730D2F;
}
</style>