Shades of Claret #701E3B
Tints of Claret #701E3B
RGB
CMYK
RGB Variations
Color information
#701E3B (or 0x701E3B) is known color: Claret. HEX triplet: 70, 1E and 3B. RGB value is (112,30,59). Sum of RGB (Red+Green+Blue) = 112+30+59=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E3B is #8FE1C4. Grayscale: #393939. Windows color (decimal): -9429445 or 3874416. OLE color: 3874416.
HSL color Cylindrical-coordinate representation of color #701E3B: hue angle of 338.78º 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 #701E3B is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 59 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.56 |
| HSL | 338.78º | 0.58% | 0.28% | - |
| HSV(B) | 338.78º | 0.73% | 0.44% | - |
| XYZ | 7.94 | 4.69 | 4.62 | - |
| YUV | 57.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 59 | 0 | 0.73 | 0.47 | 0.56 | 338.78 | 0.58 | 0.28 |
| Hex | 70 | 1E | 3B | 0 | 49 | 2F | 38 | 153 | 3A | 1C |
| Octal | 160 | 36 | 73 | 0 | 111 | 57 | 70 | 523 | 72 | 34 |
| Binary | 1110000 | 11110 | 111011 | 0 | 1001001 | 101111 | 111000 | 101010011 | 111010 | 11100 |
Color Harmonies of #701E3B
Complementary color
Monochromatic Colors of #701E3B
Black with #701E3B
Text Example
Text Example
White with #701E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E3B; }
p { color: rgb(112,30,59); }
H1.HeaderClassName
{
color: #701E3B;
}
.AnyTagClassName
{
color: #701E3B;
}
</style>
background-color css
<style>
a { background-color: #701E3B; }
a { background-color: rgb(112,30,59); }
div.DivClassName
{
background-color: #701E3B;
}
.BgClassName
{
background-color: #701E3B;
}
</style>
border-color css
<style>
span { border-color: #701E3B; }
span { border-color: rgb(112,30,59); }
td.TdClassName
{
border-color: #701E3B;
}
.TagClassName
{
border-color: #701E3B;
}
</style>