Shades of Claret #732632
Tints of Claret #732632
RGB
CMYK
RGB Variations
Color information
#732632 (or 0x732632) is known color: Claret. HEX triplet: 73, 26 and 32. RGB value is (115,38,50). Sum of RGB (Red+Green+Blue) = 115+38+50=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732632 is #8CD9CD. Grayscale: #3E3E3E. Windows color (decimal): -9230798 or 3286643. OLE color: 3286643.
HSL color Cylindrical-coordinate representation of color #732632: hue angle of 350.65º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732632 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 50 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.55 |
| HSL | 350.65º | 0.5% | 0.3% | - |
| HSV(B) | 350.65º | 0.67% | 0.45% | - |
| XYZ | 8.34 | 5.26 | 3.59 | - |
| YUV | 62.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 50 | 0 | 0.67 | 0.57 | 0.55 | 350.65 | 0.5 | 0.3 |
| Hex | 73 | 26 | 32 | 0 | 43 | 39 | 37 | 15F | 32 | 1E |
| Octal | 163 | 46 | 62 | 0 | 103 | 71 | 67 | 537 | 62 | 36 |
| Binary | 1110011 | 100110 | 110010 | 0 | 1000011 | 111001 | 110111 | 101011111 | 110010 | 11110 |
Color Harmonies of #732632
Complementary color
Monochromatic Colors of #732632
Black with #732632
Text Example
Text Example
White with #732632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732632; }
p { color: rgb(115,38,50); }
H1.HeaderClassName
{
color: #732632;
}
.AnyTagClassName
{
color: #732632;
}
</style>
background-color css
<style>
a { background-color: #732632; }
a { background-color: rgb(115,38,50); }
div.DivClassName
{
background-color: #732632;
}
.BgClassName
{
background-color: #732632;
}
</style>
border-color css
<style>
span { border-color: #732632; }
span { border-color: rgb(115,38,50); }
td.TdClassName
{
border-color: #732632;
}
.TagClassName
{
border-color: #732632;
}
</style>