Shades of Claret #730F2F
Tints of Claret #730F2F
RGB
CMYK
RGB Variations
Color information
#730F2F (or 0x730F2F) is known color: Claret. HEX triplet: 73, 0F and 2F. RGB value is (115,15,47). Sum of RGB (Red+Green+Blue) = 115+15+47=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #730F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F2F is #8CF0D0. Grayscale: #303030. Windows color (decimal): -9236689 or 3084147. OLE color: 3084147.
HSL color Cylindrical-coordinate representation of color #730F2F: hue angle of 340.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F2F is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 47 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.55 |
| HSL | 340.8º | 0.77% | 0.25% | - |
| HSV(B) | 340.8º | 0.87% | 0.45% | - |
| XYZ | 7.75 | 4.19 | 3.09 | - |
| YUV | 48.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 47 | 0 | 0.87 | 0.59 | 0.55 | 340.8 | 0.77 | 0.25 |
| Hex | 73 | F | 2F | 0 | 57 | 3B | 37 | 155 | 4D | 19 |
| Octal | 163 | 17 | 57 | 0 | 127 | 73 | 67 | 525 | 115 | 31 |
| Binary | 1110011 | 1111 | 101111 | 0 | 1010111 | 111011 | 110111 | 101010101 | 1001101 | 11001 |
Color Harmonies of #730F2F
Complementary color
Monochromatic Colors of #730F2F
Black with #730F2F
Text Example
Text Example
White with #730F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F2F; }
p { color: rgb(115,15,47); }
H1.HeaderClassName
{
color: #730F2F;
}
.AnyTagClassName
{
color: #730F2F;
}
</style>
background-color css
<style>
a { background-color: #730F2F; }
a { background-color: rgb(115,15,47); }
div.DivClassName
{
background-color: #730F2F;
}
.BgClassName
{
background-color: #730F2F;
}
</style>
border-color css
<style>
span { border-color: #730F2F; }
span { border-color: rgb(115,15,47); }
td.TdClassName
{
border-color: #730F2F;
}
.TagClassName
{
border-color: #730F2F;
}
</style>