Shades of Claret #702736
Tints of Claret #702736
RGB
CMYK
RGB Variations
Color information
#702736 (or 0x702736) is known color: Claret. HEX triplet: 70, 27 and 36. RGB value is (112,39,54). Sum of RGB (Red+Green+Blue) = 112+39+54=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702736 is #8FD8C9. Grayscale: #3E3E3E. Windows color (decimal): -9427146 or 3549040. OLE color: 3549040.
HSL color Cylindrical-coordinate representation of color #702736: hue angle of 347.67º 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 #702736 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 54 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.56 |
| HSL | 347.67º | 0.48% | 0.3% | - |
| HSV(B) | 347.67º | 0.65% | 0.44% | - |
| XYZ | 8.07 | 5.16 | 4.06 | - |
| YUV | 62.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 54 | 0 | 0.65 | 0.52 | 0.56 | 347.67 | 0.48 | 0.3 |
| Hex | 70 | 27 | 36 | 0 | 41 | 34 | 38 | 15C | 30 | 1E |
| Octal | 160 | 47 | 66 | 0 | 101 | 64 | 70 | 534 | 60 | 36 |
| Binary | 1110000 | 100111 | 110110 | 0 | 1000001 | 110100 | 111000 | 101011100 | 110000 | 11110 |
Color Harmonies of #702736
Complementary color
Monochromatic Colors of #702736
Black with #702736
Text Example
Text Example
White with #702736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702736; }
p { color: rgb(112,39,54); }
H1.HeaderClassName
{
color: #702736;
}
.AnyTagClassName
{
color: #702736;
}
</style>
background-color css
<style>
a { background-color: #702736; }
a { background-color: rgb(112,39,54); }
div.DivClassName
{
background-color: #702736;
}
.BgClassName
{
background-color: #702736;
}
</style>
border-color css
<style>
span { border-color: #702736; }
span { border-color: rgb(112,39,54); }
td.TdClassName
{
border-color: #702736;
}
.TagClassName
{
border-color: #702736;
}
</style>