Shades of Claret #730E2D
Tints of Claret #730E2D
RGB
CMYK
RGB Variations
Color information
#730E2D (or 0x730E2D) is known color: Claret. HEX triplet: 73, 0E and 2D. RGB value is (115,14,45). Sum of RGB (Red+Green+Blue) = 115+14+45=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #730E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E2D is #8CF1D2. Grayscale: #2F2F2F. Windows color (decimal): -9236947 or 2952819. OLE color: 2952819.
HSL color Cylindrical-coordinate representation of color #730E2D: hue angle of 341.58º 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 #730E2D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 45 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.55 |
| HSL | 341.58º | 0.78% | 0.25% | - |
| HSV(B) | 341.58º | 0.88% | 0.45% | - |
| XYZ | 7.7 | 4.15 | 2.88 | - |
| YUV | 47.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 45 | 0 | 0.88 | 0.61 | 0.55 | 341.58 | 0.78 | 0.25 |
| Hex | 73 | E | 2D | 0 | 58 | 3D | 37 | 156 | 4E | 19 |
| Octal | 163 | 16 | 55 | 0 | 130 | 75 | 67 | 526 | 116 | 31 |
| Binary | 1110011 | 1110 | 101101 | 0 | 1011000 | 111101 | 110111 | 101010110 | 1001110 | 11001 |
Color Harmonies of #730E2D
Complementary color
Monochromatic Colors of #730E2D
Black with #730E2D
Text Example
Text Example
White with #730E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E2D; }
p { color: rgb(115,14,45); }
H1.HeaderClassName
{
color: #730E2D;
}
.AnyTagClassName
{
color: #730E2D;
}
</style>
background-color css
<style>
a { background-color: #730E2D; }
a { background-color: rgb(115,14,45); }
div.DivClassName
{
background-color: #730E2D;
}
.BgClassName
{
background-color: #730E2D;
}
</style>
border-color css
<style>
span { border-color: #730E2D; }
span { border-color: rgb(115,14,45); }
td.TdClassName
{
border-color: #730E2D;
}
.TagClassName
{
border-color: #730E2D;
}
</style>