Shades of Claret #701C33
Tints of Claret #701C33
RGB
CMYK
RGB Variations
Color information
#701C33 (or 0x701C33) is known color: Claret. HEX triplet: 70, 1C and 33. RGB value is (112,28,51). Sum of RGB (Red+Green+Blue) = 112+28+51=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #701C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C33 is #8FE3CC. Grayscale: #373737. Windows color (decimal): -9429965 or 3349616. OLE color: 3349616.
HSL color Cylindrical-coordinate representation of color #701C33: hue angle of 343.57º 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 #701C33 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 51 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.56 |
| HSL | 343.57º | 0.6% | 0.27% | - |
| HSV(B) | 343.57º | 0.75% | 0.44% | - |
| XYZ | 7.69 | 4.51 | 3.6 | - |
| YUV | 55.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 51 | 0 | 0.75 | 0.54 | 0.56 | 343.57 | 0.6 | 0.27 |
| Hex | 70 | 1C | 33 | 0 | 4B | 36 | 38 | 158 | 3C | 1B |
| Octal | 160 | 34 | 63 | 0 | 113 | 66 | 70 | 530 | 74 | 33 |
| Binary | 1110000 | 11100 | 110011 | 0 | 1001011 | 110110 | 111000 | 101011000 | 111100 | 11011 |
Color Harmonies of #701C33
Complementary color
Monochromatic Colors of #701C33
Black with #701C33
Text Example
Text Example
White with #701C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C33; }
p { color: rgb(112,28,51); }
H1.HeaderClassName
{
color: #701C33;
}
.AnyTagClassName
{
color: #701C33;
}
</style>
background-color css
<style>
a { background-color: #701C33; }
a { background-color: rgb(112,28,51); }
div.DivClassName
{
background-color: #701C33;
}
.BgClassName
{
background-color: #701C33;
}
</style>
border-color css
<style>
span { border-color: #701C33; }
span { border-color: rgb(112,28,51); }
td.TdClassName
{
border-color: #701C33;
}
.TagClassName
{
border-color: #701C33;
}
</style>