Shades of Claret #732533
Tints of Claret #732533
RGB
CMYK
RGB Variations
Color information
#732533 (or 0x732533) is known color: Claret. HEX triplet: 73, 25 and 33. RGB value is (115,37,51). Sum of RGB (Red+Green+Blue) = 115+37+51=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732533 is #8CDACC. Grayscale: #3D3D3D. Windows color (decimal): -9231053 or 3351923. OLE color: 3351923.
HSL color Cylindrical-coordinate representation of color #732533: hue angle of 349.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732533 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 51 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.55 |
| HSL | 349.23º | 0.51% | 0.3% | - |
| HSV(B) | 349.23º | 0.68% | 0.45% | - |
| XYZ | 8.33 | 5.21 | 3.7 | - |
| YUV | 61.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 51 | 0 | 0.68 | 0.56 | 0.55 | 349.23 | 0.51 | 0.3 |
| Hex | 73 | 25 | 33 | 0 | 44 | 38 | 37 | 15D | 33 | 1E |
| Octal | 163 | 45 | 63 | 0 | 104 | 70 | 67 | 535 | 63 | 36 |
| Binary | 1110011 | 100101 | 110011 | 0 | 1000100 | 111000 | 110111 | 101011101 | 110011 | 11110 |
Color Harmonies of #732533
Complementary color
Monochromatic Colors of #732533
Black with #732533
Text Example
Text Example
White with #732533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732533; }
p { color: rgb(115,37,51); }
H1.HeaderClassName
{
color: #732533;
}
.AnyTagClassName
{
color: #732533;
}
</style>
background-color css
<style>
a { background-color: #732533; }
a { background-color: rgb(115,37,51); }
div.DivClassName
{
background-color: #732533;
}
.BgClassName
{
background-color: #732533;
}
</style>
border-color css
<style>
span { border-color: #732533; }
span { border-color: rgb(115,37,51); }
td.TdClassName
{
border-color: #732533;
}
.TagClassName
{
border-color: #732533;
}
</style>