Shades of Claret #732835
Tints of Claret #732835
RGB
CMYK
RGB Variations
Color information
#732835 (or 0x732835) is known color: Claret. HEX triplet: 73, 28 and 35. RGB value is (115,40,53). Sum of RGB (Red+Green+Blue) = 115+40+53=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #732835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732835 is #8CD7CA. Grayscale: #3F3F3F. Windows color (decimal): -9230283 or 3483763. OLE color: 3483763.
HSL color Cylindrical-coordinate representation of color #732835: hue angle of 349.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732835 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 53 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.55 |
| HSL | 349.6º | 0.48% | 0.3% | - |
| HSV(B) | 349.6º | 0.65% | 0.45% | - |
| XYZ | 8.47 | 5.42 | 3.97 | - |
| YUV | 63.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 53 | 0 | 0.65 | 0.54 | 0.55 | 349.6 | 0.48 | 0.3 |
| Hex | 73 | 28 | 35 | 0 | 41 | 36 | 37 | 15E | 30 | 1E |
| Octal | 163 | 50 | 65 | 0 | 101 | 66 | 67 | 536 | 60 | 36 |
| Binary | 1110011 | 101000 | 110101 | 0 | 1000001 | 110110 | 110111 | 101011110 | 110000 | 11110 |
Color Harmonies of #732835
Complementary color
Monochromatic Colors of #732835
Black with #732835
Text Example
Text Example
White with #732835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732835; }
p { color: rgb(115,40,53); }
H1.HeaderClassName
{
color: #732835;
}
.AnyTagClassName
{
color: #732835;
}
</style>
background-color css
<style>
a { background-color: #732835; }
a { background-color: rgb(115,40,53); }
div.DivClassName
{
background-color: #732835;
}
.BgClassName
{
background-color: #732835;
}
</style>
border-color css
<style>
span { border-color: #732835; }
span { border-color: rgb(115,40,53); }
td.TdClassName
{
border-color: #732835;
}
.TagClassName
{
border-color: #732835;
}
</style>