Shades of Claret #732034
Tints of Claret #732034
RGB
CMYK
RGB Variations
Color information
#732034 (or 0x732034) is known color: Claret. HEX triplet: 73, 20 and 34. RGB value is (115,32,52). Sum of RGB (Red+Green+Blue) = 115+32+52=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732034 is #8CDFCB. Grayscale: #3B3B3B. Windows color (decimal): -9232332 or 3416179. OLE color: 3416179.
HSL color Cylindrical-coordinate representation of color #732034: hue angle of 345.54º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732034 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 52 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.55 |
| HSL | 345.54º | 0.56% | 0.29% | - |
| HSV(B) | 345.54º | 0.72% | 0.45% | - |
| XYZ | 8.21 | 4.93 | 3.77 | - |
| YUV | 59.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 52 | 0 | 0.72 | 0.55 | 0.55 | 345.54 | 0.56 | 0.29 |
| Hex | 73 | 20 | 34 | 0 | 48 | 37 | 37 | 15A | 38 | 1D |
| Octal | 163 | 40 | 64 | 0 | 110 | 67 | 67 | 532 | 70 | 35 |
| Binary | 1110011 | 100000 | 110100 | 0 | 1001000 | 110111 | 110111 | 101011010 | 111000 | 11101 |
Color Harmonies of #732034
Complementary color
Monochromatic Colors of #732034
Black with #732034
Text Example
Text Example
White with #732034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732034; }
p { color: rgb(115,32,52); }
H1.HeaderClassName
{
color: #732034;
}
.AnyTagClassName
{
color: #732034;
}
</style>
background-color css
<style>
a { background-color: #732034; }
a { background-color: rgb(115,32,52); }
div.DivClassName
{
background-color: #732034;
}
.BgClassName
{
background-color: #732034;
}
</style>
border-color css
<style>
span { border-color: #732034; }
span { border-color: rgb(115,32,52); }
td.TdClassName
{
border-color: #732034;
}
.TagClassName
{
border-color: #732034;
}
</style>