Shades of Claret #73152D
Tints of Claret #73152D
RGB
CMYK
RGB Variations
Color information
#73152D (or 0x73152D) is known color: Claret. HEX triplet: 73, 15 and 2D. RGB value is (115,21,45). Sum of RGB (Red+Green+Blue) = 115+21+45=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73152D is #8CEAD2. Grayscale: #333333. Windows color (decimal): -9235155 or 2954611. OLE color: 2954611.
HSL color Cylindrical-coordinate representation of color #73152D: hue angle of 344.68º 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 #73152D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 45 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.55 |
| HSL | 344.68º | 0.69% | 0.27% | - |
| HSV(B) | 344.68º | 0.82% | 0.45% | - |
| XYZ | 7.81 | 4.37 | 2.91 | - |
| YUV | 51.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 45 | 0 | 0.82 | 0.61 | 0.55 | 344.68 | 0.69 | 0.27 |
| Hex | 73 | 15 | 2D | 0 | 52 | 3D | 37 | 159 | 45 | 1B |
| Octal | 163 | 25 | 55 | 0 | 122 | 75 | 67 | 531 | 105 | 33 |
| Binary | 1110011 | 10101 | 101101 | 0 | 1010010 | 111101 | 110111 | 101011001 | 1000101 | 11011 |
Color Harmonies of #73152D
Complementary color
Monochromatic Colors of #73152D
Black with #73152D
Text Example
Text Example
White with #73152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73152D; }
p { color: rgb(115,21,45); }
H1.HeaderClassName
{
color: #73152D;
}
.AnyTagClassName
{
color: #73152D;
}
</style>
background-color css
<style>
a { background-color: #73152D; }
a { background-color: rgb(115,21,45); }
div.DivClassName
{
background-color: #73152D;
}
.BgClassName
{
background-color: #73152D;
}
</style>
border-color css
<style>
span { border-color: #73152D; }
span { border-color: rgb(115,21,45); }
td.TdClassName
{
border-color: #73152D;
}
.TagClassName
{
border-color: #73152D;
}
</style>