Shades of Claret #73142D
Tints of Claret #73142D
RGB
CMYK
RGB Variations
Color information
#73142D (or 0x73142D) is known color: Claret. HEX triplet: 73, 14 and 2D. RGB value is (115,20,45). Sum of RGB (Red+Green+Blue) = 115+20+45=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73142D is #8CEBD2. Grayscale: #333333. Windows color (decimal): -9235411 or 2954355. OLE color: 2954355.
HSL color Cylindrical-coordinate representation of color #73142D: hue angle of 344.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73142D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 45 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.55 |
| HSL | 344.21º | 0.7% | 0.26% | - |
| HSV(B) | 344.21º | 0.83% | 0.45% | - |
| XYZ | 7.79 | 4.33 | 2.91 | - |
| YUV | 51.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 45 | 0 | 0.83 | 0.61 | 0.55 | 344.21 | 0.7 | 0.26 |
| Hex | 73 | 14 | 2D | 0 | 53 | 3D | 37 | 158 | 46 | 1A |
| Octal | 163 | 24 | 55 | 0 | 123 | 75 | 67 | 530 | 106 | 32 |
| Binary | 1110011 | 10100 | 101101 | 0 | 1010011 | 111101 | 110111 | 101011000 | 1000110 | 11010 |
Color Harmonies of #73142D
Complementary color
Monochromatic Colors of #73142D
Black with #73142D
Text Example
Text Example
White with #73142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73142D; }
p { color: rgb(115,20,45); }
H1.HeaderClassName
{
color: #73142D;
}
.AnyTagClassName
{
color: #73142D;
}
</style>
background-color css
<style>
a { background-color: #73142D; }
a { background-color: rgb(115,20,45); }
div.DivClassName
{
background-color: #73142D;
}
.BgClassName
{
background-color: #73142D;
}
</style>
border-color css
<style>
span { border-color: #73142D; }
span { border-color: rgb(115,20,45); }
td.TdClassName
{
border-color: #73142D;
}
.TagClassName
{
border-color: #73142D;
}
</style>