Shades of Claret #732638
Tints of Claret #732638
RGB
CMYK
RGB Variations
Color information
#732638 (or 0x732638) is known color: Claret. HEX triplet: 73, 26 and 38. RGB value is (115,38,56). Sum of RGB (Red+Green+Blue) = 115+38+56=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732638 is #8CD9C7. Grayscale: #3F3F3F. Windows color (decimal): -9230792 or 3679859. OLE color: 3679859.
HSL color Cylindrical-coordinate representation of color #732638: hue angle of 345.97º 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 #732638 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 56 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.55 |
| HSL | 345.97º | 0.5% | 0.3% | - |
| HSV(B) | 345.97º | 0.67% | 0.45% | - |
| XYZ | 8.48 | 5.32 | 4.32 | - |
| YUV | 63.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 56 | 0 | 0.67 | 0.51 | 0.55 | 345.97 | 0.5 | 0.3 |
| Hex | 73 | 26 | 38 | 0 | 43 | 33 | 37 | 15A | 32 | 1E |
| Octal | 163 | 46 | 70 | 0 | 103 | 63 | 67 | 532 | 62 | 36 |
| Binary | 1110011 | 100110 | 111000 | 0 | 1000011 | 110011 | 110111 | 101011010 | 110010 | 11110 |
Color Harmonies of #732638
Complementary color
Monochromatic Colors of #732638
Black with #732638
Text Example
Text Example
White with #732638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732638; }
p { color: rgb(115,38,56); }
H1.HeaderClassName
{
color: #732638;
}
.AnyTagClassName
{
color: #732638;
}
</style>
background-color css
<style>
a { background-color: #732638; }
a { background-color: rgb(115,38,56); }
div.DivClassName
{
background-color: #732638;
}
.BgClassName
{
background-color: #732638;
}
</style>
border-color css
<style>
span { border-color: #732638; }
span { border-color: rgb(115,38,56); }
td.TdClassName
{
border-color: #732638;
}
.TagClassName
{
border-color: #732638;
}
</style>