Shades of Claret #732332
Tints of Claret #732332
RGB
CMYK
RGB Variations
Color information
#732332 (or 0x732332) is known color: Claret. HEX triplet: 73, 23 and 32. RGB value is (115,35,50). Sum of RGB (Red+Green+Blue) = 115+35+50=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #732332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732332 is #8CDCCD. Grayscale: #3C3C3C. Windows color (decimal): -9231566 or 3285875. OLE color: 3285875.
HSL color Cylindrical-coordinate representation of color #732332: hue angle of 348.75º 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 #732332 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 50 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.55 |
| HSL | 348.75º | 0.53% | 0.29% | - |
| HSV(B) | 348.75º | 0.7% | 0.45% | - |
| XYZ | 8.25 | 5.08 | 3.56 | - |
| YUV | 60.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 50 | 0 | 0.70 | 0.57 | 0.55 | 348.75 | 0.53 | 0.29 |
| Hex | 73 | 23 | 32 | 0 | 46 | 39 | 37 | 15D | 35 | 1D |
| Octal | 163 | 43 | 62 | 0 | 106 | 71 | 67 | 535 | 65 | 35 |
| Binary | 1110011 | 100011 | 110010 | 0 | 1000110 | 111001 | 110111 | 101011101 | 110101 | 11101 |
Color Harmonies of #732332
Complementary color
Monochromatic Colors of #732332
Black with #732332
Text Example
Text Example
White with #732332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732332; }
p { color: rgb(115,35,50); }
H1.HeaderClassName
{
color: #732332;
}
.AnyTagClassName
{
color: #732332;
}
</style>
background-color css
<style>
a { background-color: #732332; }
a { background-color: rgb(115,35,50); }
div.DivClassName
{
background-color: #732332;
}
.BgClassName
{
background-color: #732332;
}
</style>
border-color css
<style>
span { border-color: #732332; }
span { border-color: rgb(115,35,50); }
td.TdClassName
{
border-color: #732332;
}
.TagClassName
{
border-color: #732332;
}
</style>