Shades of Claret #701C39
Tints of Claret #701C39
RGB
CMYK
RGB Variations
Color information
#701C39 (or 0x701C39) is known color: Claret. HEX triplet: 70, 1C and 39. RGB value is (112,28,57). Sum of RGB (Red+Green+Blue) = 112+28+57=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C39 is #8FE3C6. Grayscale: #383838. Windows color (decimal): -9429959 or 3742832. OLE color: 3742832.
HSL color Cylindrical-coordinate representation of color #701C39: hue angle of 339.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 #701C39 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 57 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.56 |
| HSL | 339.29º | 0.6% | 0.27% | - |
| HSV(B) | 339.29º | 0.75% | 0.44% | - |
| XYZ | 7.84 | 4.57 | 4.34 | - |
| YUV | 56.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 57 | 0 | 0.75 | 0.49 | 0.56 | 339.29 | 0.6 | 0.27 |
| Hex | 70 | 1C | 39 | 0 | 4B | 31 | 38 | 153 | 3C | 1B |
| Octal | 160 | 34 | 71 | 0 | 113 | 61 | 70 | 523 | 74 | 33 |
| Binary | 1110000 | 11100 | 111001 | 0 | 1001011 | 110001 | 111000 | 101010011 | 111100 | 11011 |
Color Harmonies of #701C39
Complementary color
Monochromatic Colors of #701C39
Black with #701C39
Text Example
Text Example
White with #701C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C39; }
p { color: rgb(112,28,57); }
H1.HeaderClassName
{
color: #701C39;
}
.AnyTagClassName
{
color: #701C39;
}
</style>
background-color css
<style>
a { background-color: #701C39; }
a { background-color: rgb(112,28,57); }
div.DivClassName
{
background-color: #701C39;
}
.BgClassName
{
background-color: #701C39;
}
</style>
border-color css
<style>
span { border-color: #701C39; }
span { border-color: rgb(112,28,57); }
td.TdClassName
{
border-color: #701C39;
}
.TagClassName
{
border-color: #701C39;
}
</style>