Shades of Claret #730E2F
Tints of Claret #730E2F
RGB
CMYK
RGB Variations
Color information
#730E2F (or 0x730E2F) is known color: Claret. HEX triplet: 73, 0E and 2F. RGB value is (115,14,47). Sum of RGB (Red+Green+Blue) = 115+14+47=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E2F is #8CF1D0. Grayscale: #2F2F2F. Windows color (decimal): -9236945 or 3083891. OLE color: 3083891.
HSL color Cylindrical-coordinate representation of color #730E2F: hue angle of 340.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E2F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 47 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.55 |
| HSL | 340.4º | 0.78% | 0.25% | - |
| HSV(B) | 340.4º | 0.88% | 0.45% | - |
| XYZ | 7.74 | 4.16 | 3.09 | - |
| YUV | 47.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 47 | 0 | 0.88 | 0.59 | 0.55 | 340.4 | 0.78 | 0.25 |
| Hex | 73 | E | 2F | 0 | 58 | 3B | 37 | 154 | 4E | 19 |
| Octal | 163 | 16 | 57 | 0 | 130 | 73 | 67 | 524 | 116 | 31 |
| Binary | 1110011 | 1110 | 101111 | 0 | 1011000 | 111011 | 110111 | 101010100 | 1001110 | 11001 |
Color Harmonies of #730E2F
Complementary color
Monochromatic Colors of #730E2F
Black with #730E2F
Text Example
Text Example
White with #730E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E2F; }
p { color: rgb(115,14,47); }
H1.HeaderClassName
{
color: #730E2F;
}
.AnyTagClassName
{
color: #730E2F;
}
</style>
background-color css
<style>
a { background-color: #730E2F; }
a { background-color: rgb(115,14,47); }
div.DivClassName
{
background-color: #730E2F;
}
.BgClassName
{
background-color: #730E2F;
}
</style>
border-color css
<style>
span { border-color: #730E2F; }
span { border-color: rgb(115,14,47); }
td.TdClassName
{
border-color: #730E2F;
}
.TagClassName
{
border-color: #730E2F;
}
</style>