Shades of Claret #701E32
Tints of Claret #701E32
RGB
CMYK
RGB Variations
Color information
#701E32 (or 0x701E32) is known color: Claret. HEX triplet: 70, 1E and 32. RGB value is (112,30,50). Sum of RGB (Red+Green+Blue) = 112+30+50=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #701E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E32 is #8FE1CD. Grayscale: #383838. Windows color (decimal): -9429454 or 3284592. OLE color: 3284592.
HSL color Cylindrical-coordinate representation of color #701E32: hue angle of 345.37º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E32 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 50 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.56 |
| HSL | 345.37º | 0.58% | 0.28% | - |
| HSV(B) | 345.37º | 0.73% | 0.44% | - |
| XYZ | 7.72 | 4.6 | 3.5 | - |
| YUV | 56.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 50 | 0 | 0.73 | 0.55 | 0.56 | 345.37 | 0.58 | 0.28 |
| Hex | 70 | 1E | 32 | 0 | 49 | 37 | 38 | 159 | 3A | 1C |
| Octal | 160 | 36 | 62 | 0 | 111 | 67 | 70 | 531 | 72 | 34 |
| Binary | 1110000 | 11110 | 110010 | 0 | 1001001 | 110111 | 111000 | 101011001 | 111010 | 11100 |
Color Harmonies of #701E32
Complementary color
Monochromatic Colors of #701E32
Black with #701E32
Text Example
Text Example
White with #701E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E32; }
p { color: rgb(112,30,50); }
H1.HeaderClassName
{
color: #701E32;
}
.AnyTagClassName
{
color: #701E32;
}
</style>
background-color css
<style>
a { background-color: #701E32; }
a { background-color: rgb(112,30,50); }
div.DivClassName
{
background-color: #701E32;
}
.BgClassName
{
background-color: #701E32;
}
</style>
border-color css
<style>
span { border-color: #701E32; }
span { border-color: rgb(112,30,50); }
td.TdClassName
{
border-color: #701E32;
}
.TagClassName
{
border-color: #701E32;
}
</style>