Shades of Claret #701D38
Tints of Claret #701D38
RGB
CMYK
RGB Variations
Color information
#701D38 (or 0x701D38) is known color: Claret. HEX triplet: 70, 1D and 38. RGB value is (112,29,56). Sum of RGB (Red+Green+Blue) = 112+29+56=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D38 is #8FE2C7. Grayscale: #383838. Windows color (decimal): -9429704 or 3677552. OLE color: 3677552.
HSL color Cylindrical-coordinate representation of color #701D38: hue angle of 340.48º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D38 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 56 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.56 |
| HSL | 340.48º | 0.59% | 0.28% | - |
| HSV(B) | 340.48º | 0.74% | 0.44% | - |
| XYZ | 7.84 | 4.61 | 4.22 | - |
| YUV | 56.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 56 | 0 | 0.74 | 0.50 | 0.56 | 340.48 | 0.59 | 0.28 |
| Hex | 70 | 1D | 38 | 0 | 4A | 32 | 38 | 154 | 3B | 1C |
| Octal | 160 | 35 | 70 | 0 | 112 | 62 | 70 | 524 | 73 | 34 |
| Binary | 1110000 | 11101 | 111000 | 0 | 1001010 | 110010 | 111000 | 101010100 | 111011 | 11100 |
Color Harmonies of #701D38
Complementary color
Monochromatic Colors of #701D38
Black with #701D38
Text Example
Text Example
White with #701D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D38; }
p { color: rgb(112,29,56); }
H1.HeaderClassName
{
color: #701D38;
}
.AnyTagClassName
{
color: #701D38;
}
</style>
background-color css
<style>
a { background-color: #701D38; }
a { background-color: rgb(112,29,56); }
div.DivClassName
{
background-color: #701D38;
}
.BgClassName
{
background-color: #701D38;
}
</style>
border-color css
<style>
span { border-color: #701D38; }
span { border-color: rgb(112,29,56); }
td.TdClassName
{
border-color: #701D38;
}
.TagClassName
{
border-color: #701D38;
}
</style>