Shades of Claret #701C34
Tints of Claret #701C34
RGB
CMYK
RGB Variations
Color information
#701C34 (or 0x701C34) is known color: Claret. HEX triplet: 70, 1C and 34. RGB value is (112,28,52). Sum of RGB (Red+Green+Blue) = 112+28+52=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #701C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C34 is #8FE3CB. Grayscale: #373737. Windows color (decimal): -9429964 or 3415152. OLE color: 3415152.
HSL color Cylindrical-coordinate representation of color #701C34: hue angle of 342.86º 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 #701C34 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 52 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.56 |
| HSL | 342.86º | 0.6% | 0.27% | - |
| HSV(B) | 342.86º | 0.75% | 0.44% | - |
| XYZ | 7.72 | 4.52 | 3.72 | - |
| YUV | 55.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 52 | 0 | 0.75 | 0.54 | 0.56 | 342.86 | 0.6 | 0.27 |
| Hex | 70 | 1C | 34 | 0 | 4B | 36 | 38 | 157 | 3C | 1B |
| Octal | 160 | 34 | 64 | 0 | 113 | 66 | 70 | 527 | 74 | 33 |
| Binary | 1110000 | 11100 | 110100 | 0 | 1001011 | 110110 | 111000 | 101010111 | 111100 | 11011 |
Color Harmonies of #701C34
Complementary color
Monochromatic Colors of #701C34
Black with #701C34
Text Example
Text Example
White with #701C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C34; }
p { color: rgb(112,28,52); }
H1.HeaderClassName
{
color: #701C34;
}
.AnyTagClassName
{
color: #701C34;
}
</style>
background-color css
<style>
a { background-color: #701C34; }
a { background-color: rgb(112,28,52); }
div.DivClassName
{
background-color: #701C34;
}
.BgClassName
{
background-color: #701C34;
}
</style>
border-color css
<style>
span { border-color: #701C34; }
span { border-color: rgb(112,28,52); }
td.TdClassName
{
border-color: #701C34;
}
.TagClassName
{
border-color: #701C34;
}
</style>