Shades of Claret #73203A
Tints of Claret #73203A
RGB
CMYK
RGB Variations
Color information
#73203A (or 0x73203A) is known color: Claret. HEX triplet: 73, 20 and 3A. RGB value is (115,32,58). Sum of RGB (Red+Green+Blue) = 115+32+58=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #73203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73203A is #8CDFC5. Grayscale: #3B3B3B. Windows color (decimal): -9232326 or 3809395. OLE color: 3809395.
HSL color Cylindrical-coordinate representation of color #73203A: hue angle of 341.2º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73203A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 58 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.55 |
| HSL | 341.2º | 0.56% | 0.29% | - |
| HSV(B) | 341.2º | 0.72% | 0.45% | - |
| XYZ | 8.35 | 4.98 | 4.52 | - |
| YUV | 59.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 58 | 0 | 0.72 | 0.50 | 0.55 | 341.2 | 0.56 | 0.29 |
| Hex | 73 | 20 | 3A | 0 | 48 | 32 | 37 | 155 | 38 | 1D |
| Octal | 163 | 40 | 72 | 0 | 110 | 62 | 67 | 525 | 70 | 35 |
| Binary | 1110011 | 100000 | 111010 | 0 | 1001000 | 110010 | 110111 | 101010101 | 111000 | 11101 |
Color Harmonies of #73203A
Complementary color
Monochromatic Colors of #73203A
Black with #73203A
Text Example
Text Example
White with #73203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73203A; }
p { color: rgb(115,32,58); }
H1.HeaderClassName
{
color: #73203A;
}
.AnyTagClassName
{
color: #73203A;
}
</style>
background-color css
<style>
a { background-color: #73203A; }
a { background-color: rgb(115,32,58); }
div.DivClassName
{
background-color: #73203A;
}
.BgClassName
{
background-color: #73203A;
}
</style>
border-color css
<style>
span { border-color: #73203A; }
span { border-color: rgb(115,32,58); }
td.TdClassName
{
border-color: #73203A;
}
.TagClassName
{
border-color: #73203A;
}
</style>