Shades of Claret #701D34
Tints of Claret #701D34
RGB
CMYK
RGB Variations
Color information
#701D34 (or 0x701D34) is known color: Claret. HEX triplet: 70, 1D and 34. RGB value is (112,29,52). Sum of RGB (Red+Green+Blue) = 112+29+52=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #701D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D34 is #8FE2CB. Grayscale: #383838. Windows color (decimal): -9429708 or 3415408. OLE color: 3415408.
HSL color Cylindrical-coordinate representation of color #701D34: hue angle of 343.37º 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 #701D34 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 52 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.56 |
| HSL | 343.37º | 0.59% | 0.28% | - |
| HSV(B) | 343.37º | 0.74% | 0.44% | - |
| XYZ | 7.74 | 4.57 | 3.72 | - |
| YUV | 56.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 52 | 0 | 0.74 | 0.54 | 0.56 | 343.37 | 0.59 | 0.28 |
| Hex | 70 | 1D | 34 | 0 | 4A | 36 | 38 | 157 | 3B | 1C |
| Octal | 160 | 35 | 64 | 0 | 112 | 66 | 70 | 527 | 73 | 34 |
| Binary | 1110000 | 11101 | 110100 | 0 | 1001010 | 110110 | 111000 | 101010111 | 111011 | 11100 |
Color Harmonies of #701D34
Complementary color
Monochromatic Colors of #701D34
Black with #701D34
Text Example
Text Example
White with #701D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D34; }
p { color: rgb(112,29,52); }
H1.HeaderClassName
{
color: #701D34;
}
.AnyTagClassName
{
color: #701D34;
}
</style>
background-color css
<style>
a { background-color: #701D34; }
a { background-color: rgb(112,29,52); }
div.DivClassName
{
background-color: #701D34;
}
.BgClassName
{
background-color: #701D34;
}
</style>
border-color css
<style>
span { border-color: #701D34; }
span { border-color: rgb(112,29,52); }
td.TdClassName
{
border-color: #701D34;
}
.TagClassName
{
border-color: #701D34;
}
</style>