Shades of Claret #732239
Tints of Claret #732239
RGB
CMYK
RGB Variations
Color information
#732239 (or 0x732239) is known color: Claret. HEX triplet: 73, 22 and 39. RGB value is (115,34,57). Sum of RGB (Red+Green+Blue) = 115+34+57=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #732239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732239 is #8CDDC6. Grayscale: #3C3C3C. Windows color (decimal): -9231815 or 3744371. OLE color: 3744371.
HSL color Cylindrical-coordinate representation of color #732239: hue angle of 342.96º degrees, saturation: 0.54, 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 #732239 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 57 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.55 |
| HSL | 342.96º | 0.54% | 0.29% | - |
| HSV(B) | 342.96º | 0.7% | 0.45% | - |
| XYZ | 8.38 | 5.08 | 4.41 | - |
| YUV | 60.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 57 | 0 | 0.70 | 0.50 | 0.55 | 342.96 | 0.54 | 0.29 |
| Hex | 73 | 22 | 39 | 0 | 46 | 32 | 37 | 157 | 36 | 1D |
| Octal | 163 | 42 | 71 | 0 | 106 | 62 | 67 | 527 | 66 | 35 |
| Binary | 1110011 | 100010 | 111001 | 0 | 1000110 | 110010 | 110111 | 101010111 | 110110 | 11101 |
Color Harmonies of #732239
Complementary color
Monochromatic Colors of #732239
Black with #732239
Text Example
Text Example
White with #732239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732239; }
p { color: rgb(115,34,57); }
H1.HeaderClassName
{
color: #732239;
}
.AnyTagClassName
{
color: #732239;
}
</style>
background-color css
<style>
a { background-color: #732239; }
a { background-color: rgb(115,34,57); }
div.DivClassName
{
background-color: #732239;
}
.BgClassName
{
background-color: #732239;
}
</style>
border-color css
<style>
span { border-color: #732239; }
span { border-color: rgb(115,34,57); }
td.TdClassName
{
border-color: #732239;
}
.TagClassName
{
border-color: #732239;
}
</style>