Shades of Claret #702637
Tints of Claret #702637
RGB
CMYK
RGB Variations
Color information
#702637 (or 0x702637) is known color: Claret. HEX triplet: 70, 26 and 37. RGB value is (112,38,55). Sum of RGB (Red+Green+Blue) = 112+38+55=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702637 is #8FD9C8. Grayscale: #3E3E3E. Windows color (decimal): -9427401 or 3614320. OLE color: 3614320.
HSL color Cylindrical-coordinate representation of color #702637: hue angle of 346.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702637 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 55 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.56 |
| HSL | 346.22º | 0.49% | 0.29% | - |
| HSV(B) | 346.22º | 0.66% | 0.44% | - |
| XYZ | 8.06 | 5.11 | 4.18 | - |
| YUV | 62.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 55 | 0 | 0.66 | 0.51 | 0.56 | 346.22 | 0.49 | 0.29 |
| Hex | 70 | 26 | 37 | 0 | 42 | 33 | 38 | 15A | 31 | 1D |
| Octal | 160 | 46 | 67 | 0 | 102 | 63 | 70 | 532 | 61 | 35 |
| Binary | 1110000 | 100110 | 110111 | 0 | 1000010 | 110011 | 111000 | 101011010 | 110001 | 11101 |
Color Harmonies of #702637
Complementary color
Monochromatic Colors of #702637
Black with #702637
Text Example
Text Example
White with #702637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702637; }
p { color: rgb(112,38,55); }
H1.HeaderClassName
{
color: #702637;
}
.AnyTagClassName
{
color: #702637;
}
</style>
background-color css
<style>
a { background-color: #702637; }
a { background-color: rgb(112,38,55); }
div.DivClassName
{
background-color: #702637;
}
.BgClassName
{
background-color: #702637;
}
</style>
border-color css
<style>
span { border-color: #702637; }
span { border-color: rgb(112,38,55); }
td.TdClassName
{
border-color: #702637;
}
.TagClassName
{
border-color: #702637;
}
</style>