Shades of Claret #701D3B
Tints of Claret #701D3B
RGB
CMYK
RGB Variations
Color information
#701D3B (or 0x701D3B) is known color: Claret. HEX triplet: 70, 1D and 3B. RGB value is (112,29,59). Sum of RGB (Red+Green+Blue) = 112+29+59=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #701D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D3B is #8FE2C4. Grayscale: #393939. Windows color (decimal): -9429701 or 3874160. OLE color: 3874160.
HSL color Cylindrical-coordinate representation of color #701D3B: hue angle of 338.31º 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 #701D3B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 59 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.56 |
| HSL | 338.31º | 0.59% | 0.28% | - |
| HSV(B) | 338.31º | 0.74% | 0.44% | - |
| XYZ | 7.91 | 4.64 | 4.62 | - |
| YUV | 57.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 59 | 0 | 0.74 | 0.47 | 0.56 | 338.31 | 0.59 | 0.28 |
| Hex | 70 | 1D | 3B | 0 | 4A | 2F | 38 | 152 | 3B | 1C |
| Octal | 160 | 35 | 73 | 0 | 112 | 57 | 70 | 522 | 73 | 34 |
| Binary | 1110000 | 11101 | 111011 | 0 | 1001010 | 101111 | 111000 | 101010010 | 111011 | 11100 |
Color Harmonies of #701D3B
Complementary color
Monochromatic Colors of #701D3B
Black with #701D3B
Text Example
Text Example
White with #701D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D3B; }
p { color: rgb(112,29,59); }
H1.HeaderClassName
{
color: #701D3B;
}
.AnyTagClassName
{
color: #701D3B;
}
</style>
background-color css
<style>
a { background-color: #701D3B; }
a { background-color: rgb(112,29,59); }
div.DivClassName
{
background-color: #701D3B;
}
.BgClassName
{
background-color: #701D3B;
}
</style>
border-color css
<style>
span { border-color: #701D3B; }
span { border-color: rgb(112,29,59); }
td.TdClassName
{
border-color: #701D3B;
}
.TagClassName
{
border-color: #701D3B;
}
</style>