Shades of Claret #73202F
Tints of Claret #73202F
RGB
CMYK
RGB Variations
Color information
#73202F (or 0x73202F) is known color: Claret. HEX triplet: 73, 20 and 2F. RGB value is (115,32,47). Sum of RGB (Red+Green+Blue) = 115+32+47=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73202F is #8CDFD0. Grayscale: #3A3A3A. Windows color (decimal): -9232337 or 3088499. OLE color: 3088499.
HSL color Cylindrical-coordinate representation of color #73202F: hue angle of 349.16º 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 #73202F is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 47 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.55 |
| HSL | 349.16º | 0.56% | 0.29% | - |
| HSV(B) | 349.16º | 0.72% | 0.45% | - |
| XYZ | 8.1 | 4.88 | 3.2 | - |
| YUV | 58.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 47 | 0 | 0.72 | 0.59 | 0.55 | 349.16 | 0.56 | 0.29 |
| Hex | 73 | 20 | 2F | 0 | 48 | 3B | 37 | 15D | 38 | 1D |
| Octal | 163 | 40 | 57 | 0 | 110 | 73 | 67 | 535 | 70 | 35 |
| Binary | 1110011 | 100000 | 101111 | 0 | 1001000 | 111011 | 110111 | 101011101 | 111000 | 11101 |
Color Harmonies of #73202F
Complementary color
Monochromatic Colors of #73202F
Black with #73202F
Text Example
Text Example
White with #73202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73202F; }
p { color: rgb(115,32,47); }
H1.HeaderClassName
{
color: #73202F;
}
.AnyTagClassName
{
color: #73202F;
}
</style>
background-color css
<style>
a { background-color: #73202F; }
a { background-color: rgb(115,32,47); }
div.DivClassName
{
background-color: #73202F;
}
.BgClassName
{
background-color: #73202F;
}
</style>
border-color css
<style>
span { border-color: #73202F; }
span { border-color: rgb(115,32,47); }
td.TdClassName
{
border-color: #73202F;
}
.TagClassName
{
border-color: #73202F;
}
</style>