Shades of Claret #701C32
Tints of Claret #701C32
RGB
CMYK
RGB Variations
Color information
#701C32 (or 0x701C32) is known color: Claret. HEX triplet: 70, 1C and 32. RGB value is (112,28,50). Sum of RGB (Red+Green+Blue) = 112+28+50=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C32 is #8FE3CD. Grayscale: #373737. Windows color (decimal): -9429966 or 3284080. OLE color: 3284080.
HSL color Cylindrical-coordinate representation of color #701C32: hue angle of 344.29º 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 #701C32 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 50 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.56 |
| HSL | 344.29º | 0.6% | 0.27% | - |
| HSV(B) | 344.29º | 0.75% | 0.44% | - |
| XYZ | 7.67 | 4.51 | 3.48 | - |
| YUV | 55.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 50 | 0 | 0.75 | 0.55 | 0.56 | 344.29 | 0.6 | 0.27 |
| Hex | 70 | 1C | 32 | 0 | 4B | 37 | 38 | 158 | 3C | 1B |
| Octal | 160 | 34 | 62 | 0 | 113 | 67 | 70 | 530 | 74 | 33 |
| Binary | 1110000 | 11100 | 110010 | 0 | 1001011 | 110111 | 111000 | 101011000 | 111100 | 11011 |
Color Harmonies of #701C32
Complementary color
Monochromatic Colors of #701C32
Black with #701C32
Text Example
Text Example
White with #701C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C32; }
p { color: rgb(112,28,50); }
H1.HeaderClassName
{
color: #701C32;
}
.AnyTagClassName
{
color: #701C32;
}
</style>
background-color css
<style>
a { background-color: #701C32; }
a { background-color: rgb(112,28,50); }
div.DivClassName
{
background-color: #701C32;
}
.BgClassName
{
background-color: #701C32;
}
</style>
border-color css
<style>
span { border-color: #701C32; }
span { border-color: rgb(112,28,50); }
td.TdClassName
{
border-color: #701C32;
}
.TagClassName
{
border-color: #701C32;
}
</style>