Shades of Claret #702536
Tints of Claret #702536
RGB
CMYK
RGB Variations
Color information
#702536 (or 0x702536) is known color: Claret. HEX triplet: 70, 25 and 36. RGB value is (112,37,54). Sum of RGB (Red+Green+Blue) = 112+37+54=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702536 is #8FDAC9. Grayscale: #3D3D3D. Windows color (decimal): -9427658 or 3548528. OLE color: 3548528.
HSL color Cylindrical-coordinate representation of color #702536: hue angle of 346.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702536 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 54 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.56 |
| HSL | 346.4º | 0.5% | 0.29% | - |
| HSV(B) | 346.4º | 0.67% | 0.44% | - |
| XYZ | 8.01 | 5.03 | 4.04 | - |
| YUV | 61.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 54 | 0 | 0.67 | 0.52 | 0.56 | 346.4 | 0.5 | 0.29 |
| Hex | 70 | 25 | 36 | 0 | 43 | 34 | 38 | 15A | 32 | 1D |
| Octal | 160 | 45 | 66 | 0 | 103 | 64 | 70 | 532 | 62 | 35 |
| Binary | 1110000 | 100101 | 110110 | 0 | 1000011 | 110100 | 111000 | 101011010 | 110010 | 11101 |
Color Harmonies of #702536
Complementary color
Monochromatic Colors of #702536
Black with #702536
Text Example
Text Example
White with #702536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702536; }
p { color: rgb(112,37,54); }
H1.HeaderClassName
{
color: #702536;
}
.AnyTagClassName
{
color: #702536;
}
</style>
background-color css
<style>
a { background-color: #702536; }
a { background-color: rgb(112,37,54); }
div.DivClassName
{
background-color: #702536;
}
.BgClassName
{
background-color: #702536;
}
</style>
border-color css
<style>
span { border-color: #702536; }
span { border-color: rgb(112,37,54); }
td.TdClassName
{
border-color: #702536;
}
.TagClassName
{
border-color: #702536;
}
</style>