Shades of Claret #701C31
Tints of Claret #701C31
RGB
CMYK
RGB Variations
Color information
#701C31 (or 0x701C31) is known color: Claret. HEX triplet: 70, 1C and 31. RGB value is (112,28,49). Sum of RGB (Red+Green+Blue) = 112+28+49=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C31 is #8FE3CE. Grayscale: #373737. Windows color (decimal): -9429967 or 3218544. OLE color: 3218544.
HSL color Cylindrical-coordinate representation of color #701C31: hue angle of 345º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C31 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 49 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.56 |
| HSL | 345º | 0.6% | 0.27% | - |
| HSV(B) | 345º | 0.75% | 0.44% | - |
| XYZ | 7.65 | 4.5 | 3.37 | - |
| YUV | 55.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 49 | 0 | 0.75 | 0.56 | 0.56 | 345 | 0.6 | 0.27 |
| Hex | 70 | 1C | 31 | 0 | 4B | 38 | 38 | 159 | 3C | 1B |
| Octal | 160 | 34 | 61 | 0 | 113 | 70 | 70 | 531 | 74 | 33 |
| Binary | 1110000 | 11100 | 110001 | 0 | 1001011 | 111000 | 111000 | 101011001 | 111100 | 11011 |
Color Harmonies of #701C31
Complementary color
Monochromatic Colors of #701C31
Black with #701C31
Text Example
Text Example
White with #701C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C31; }
p { color: rgb(112,28,49); }
H1.HeaderClassName
{
color: #701C31;
}
.AnyTagClassName
{
color: #701C31;
}
</style>
background-color css
<style>
a { background-color: #701C31; }
a { background-color: rgb(112,28,49); }
div.DivClassName
{
background-color: #701C31;
}
.BgClassName
{
background-color: #701C31;
}
</style>
border-color css
<style>
span { border-color: #701C31; }
span { border-color: rgb(112,28,49); }
td.TdClassName
{
border-color: #701C31;
}
.TagClassName
{
border-color: #701C31;
}
</style>