Shades of Claret #73232F
Tints of Claret #73232F
RGB
CMYK
RGB Variations
Color information
#73232F (or 0x73232F) is known color: Claret. HEX triplet: 73, 23 and 2F. RGB value is (115,35,47). Sum of RGB (Red+Green+Blue) = 115+35+47=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73232F is #8CDCD0. Grayscale: #3C3C3C. Windows color (decimal): -9231569 or 3089267. OLE color: 3089267.
HSL color Cylindrical-coordinate representation of color #73232F: hue angle of 351º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73232F is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 47 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.55 |
| HSL | 351º | 0.53% | 0.29% | - |
| HSV(B) | 351º | 0.7% | 0.45% | - |
| XYZ | 8.18 | 5.05 | 3.23 | - |
| YUV | 60.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 47 | 0 | 0.70 | 0.59 | 0.55 | 351 | 0.53 | 0.29 |
| Hex | 73 | 23 | 2F | 0 | 46 | 3B | 37 | 15F | 35 | 1D |
| Octal | 163 | 43 | 57 | 0 | 106 | 73 | 67 | 537 | 65 | 35 |
| Binary | 1110011 | 100011 | 101111 | 0 | 1000110 | 111011 | 110111 | 101011111 | 110101 | 11101 |
Color Harmonies of #73232F
Complementary color
Monochromatic Colors of #73232F
Black with #73232F
Text Example
Text Example
White with #73232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73232F; }
p { color: rgb(115,35,47); }
H1.HeaderClassName
{
color: #73232F;
}
.AnyTagClassName
{
color: #73232F;
}
</style>
background-color css
<style>
a { background-color: #73232F; }
a { background-color: rgb(115,35,47); }
div.DivClassName
{
background-color: #73232F;
}
.BgClassName
{
background-color: #73232F;
}
</style>
border-color css
<style>
span { border-color: #73232F; }
span { border-color: rgb(115,35,47); }
td.TdClassName
{
border-color: #73232F;
}
.TagClassName
{
border-color: #73232F;
}
</style>