Shades of Claret #702732
Tints of Claret #702732
RGB
CMYK
RGB Variations
Color information
#702732 (or 0x702732) is known color: Claret. HEX triplet: 70, 27 and 32. RGB value is (112,39,50). Sum of RGB (Red+Green+Blue) = 112+39+50=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702732 is #8FD8CD. Grayscale: #3E3E3E. Windows color (decimal): -9427150 or 3286896. OLE color: 3286896.
HSL color Cylindrical-coordinate representation of color #702732: hue angle of 350.96º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702732 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 50 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.56 |
| HSL | 350.96º | 0.48% | 0.3% | - |
| HSV(B) | 350.96º | 0.65% | 0.44% | - |
| XYZ | 7.98 | 5.13 | 3.59 | - |
| YUV | 62.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 50 | 0 | 0.65 | 0.55 | 0.56 | 350.96 | 0.48 | 0.3 |
| Hex | 70 | 27 | 32 | 0 | 41 | 37 | 38 | 15F | 30 | 1E |
| Octal | 160 | 47 | 62 | 0 | 101 | 67 | 70 | 537 | 60 | 36 |
| Binary | 1110000 | 100111 | 110010 | 0 | 1000001 | 110111 | 111000 | 101011111 | 110000 | 11110 |
Color Harmonies of #702732
Complementary color
Monochromatic Colors of #702732
Black with #702732
Text Example
Text Example
White with #702732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702732; }
p { color: rgb(112,39,50); }
H1.HeaderClassName
{
color: #702732;
}
.AnyTagClassName
{
color: #702732;
}
</style>
background-color css
<style>
a { background-color: #702732; }
a { background-color: rgb(112,39,50); }
div.DivClassName
{
background-color: #702732;
}
.BgClassName
{
background-color: #702732;
}
</style>
border-color css
<style>
span { border-color: #702732; }
span { border-color: rgb(112,39,50); }
td.TdClassName
{
border-color: #702732;
}
.TagClassName
{
border-color: #702732;
}
</style>