Shades of Claret #73152F
Tints of Claret #73152F
RGB
CMYK
RGB Variations
Color information
#73152F (or 0x73152F) is known color: Claret. HEX triplet: 73, 15 and 2F. RGB value is (115,21,47). Sum of RGB (Red+Green+Blue) = 115+21+47=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73152F is #8CEAD0. Grayscale: #343434. Windows color (decimal): -9235153 or 3085683. OLE color: 3085683.
HSL color Cylindrical-coordinate representation of color #73152F: hue angle of 343.4º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73152F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 47 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.55 |
| HSL | 343.4º | 0.69% | 0.27% | - |
| HSV(B) | 343.4º | 0.82% | 0.45% | - |
| XYZ | 7.85 | 4.39 | 3.12 | - |
| YUV | 52.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 47 | 0 | 0.82 | 0.59 | 0.55 | 343.4 | 0.69 | 0.27 |
| Hex | 73 | 15 | 2F | 0 | 52 | 3B | 37 | 157 | 45 | 1B |
| Octal | 163 | 25 | 57 | 0 | 122 | 73 | 67 | 527 | 105 | 33 |
| Binary | 1110011 | 10101 | 101111 | 0 | 1010010 | 111011 | 110111 | 101010111 | 1000101 | 11011 |
Color Harmonies of #73152F
Complementary color
Monochromatic Colors of #73152F
Black with #73152F
Text Example
Text Example
White with #73152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73152F; }
p { color: rgb(115,21,47); }
H1.HeaderClassName
{
color: #73152F;
}
.AnyTagClassName
{
color: #73152F;
}
</style>
background-color css
<style>
a { background-color: #73152F; }
a { background-color: rgb(115,21,47); }
div.DivClassName
{
background-color: #73152F;
}
.BgClassName
{
background-color: #73152F;
}
</style>
border-color css
<style>
span { border-color: #73152F; }
span { border-color: rgb(115,21,47); }
td.TdClassName
{
border-color: #73152F;
}
.TagClassName
{
border-color: #73152F;
}
</style>