Shades of Claret #701A37
Tints of Claret #701A37
RGB
CMYK
RGB Variations
Color information
#701A37 (or 0x701A37) is known color: Claret. HEX triplet: 70, 1A and 37. RGB value is (112,26,55). Sum of RGB (Red+Green+Blue) = 112+26+55=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #701A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A37 is #8FE5C8. Grayscale: #363636. Windows color (decimal): -9430473 or 3611248. OLE color: 3611248.
HSL color Cylindrical-coordinate representation of color #701A37: hue angle of 339.77º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A37 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 55 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.56 |
| HSL | 339.77º | 0.62% | 0.27% | - |
| HSV(B) | 339.77º | 0.77% | 0.44% | - |
| XYZ | 7.74 | 4.46 | 4.07 | - |
| YUV | 55.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 55 | 0 | 0.77 | 0.51 | 0.56 | 339.77 | 0.62 | 0.27 |
| Hex | 70 | 1A | 37 | 0 | 4D | 33 | 38 | 154 | 3E | 1B |
| Octal | 160 | 32 | 67 | 0 | 115 | 63 | 70 | 524 | 76 | 33 |
| Binary | 1110000 | 11010 | 110111 | 0 | 1001101 | 110011 | 111000 | 101010100 | 111110 | 11011 |
Color Harmonies of #701A37
Complementary color
Monochromatic Colors of #701A37
Black with #701A37
Text Example
Text Example
White with #701A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A37; }
p { color: rgb(112,26,55); }
H1.HeaderClassName
{
color: #701A37;
}
.AnyTagClassName
{
color: #701A37;
}
</style>
background-color css
<style>
a { background-color: #701A37; }
a { background-color: rgb(112,26,55); }
div.DivClassName
{
background-color: #701A37;
}
.BgClassName
{
background-color: #701A37;
}
</style>
border-color css
<style>
span { border-color: #701A37; }
span { border-color: rgb(112,26,55); }
td.TdClassName
{
border-color: #701A37;
}
.TagClassName
{
border-color: #701A37;
}
</style>