Shades of Claret #732331
Tints of Claret #732331
RGB
CMYK
RGB Variations
Color information
#732331 (or 0x732331) is known color: Claret. HEX triplet: 73, 23 and 31. RGB value is (115,35,49). Sum of RGB (Red+Green+Blue) = 115+35+49=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732331 is #8CDCCE. Grayscale: #3C3C3C. Windows color (decimal): -9231567 or 3220339. OLE color: 3220339.
HSL color Cylindrical-coordinate representation of color #732331: hue angle of 349.5º 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 #732331 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 49 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.55 |
| HSL | 349.5º | 0.53% | 0.29% | - |
| HSV(B) | 349.5º | 0.7% | 0.45% | - |
| XYZ | 8.23 | 5.07 | 3.45 | - |
| YUV | 60.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 49 | 0 | 0.70 | 0.57 | 0.55 | 349.5 | 0.53 | 0.29 |
| Hex | 73 | 23 | 31 | 0 | 46 | 39 | 37 | 15E | 35 | 1D |
| Octal | 163 | 43 | 61 | 0 | 106 | 71 | 67 | 536 | 65 | 35 |
| Binary | 1110011 | 100011 | 110001 | 0 | 1000110 | 111001 | 110111 | 101011110 | 110101 | 11101 |
Color Harmonies of #732331
Complementary color
Monochromatic Colors of #732331
Black with #732331
Text Example
Text Example
White with #732331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732331; }
p { color: rgb(115,35,49); }
H1.HeaderClassName
{
color: #732331;
}
.AnyTagClassName
{
color: #732331;
}
</style>
background-color css
<style>
a { background-color: #732331; }
a { background-color: rgb(115,35,49); }
div.DivClassName
{
background-color: #732331;
}
.BgClassName
{
background-color: #732331;
}
</style>
border-color css
<style>
span { border-color: #732331; }
span { border-color: rgb(115,35,49); }
td.TdClassName
{
border-color: #732331;
}
.TagClassName
{
border-color: #732331;
}
</style>