Shades of Claret #701F30
Tints of Claret #701F30
RGB
CMYK
RGB Variations
Color information
#701F30 (or 0x701F30) is known color: Claret. HEX triplet: 70, 1F and 30. RGB value is (112,31,48). Sum of RGB (Red+Green+Blue) = 112+31+48=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #701F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F30 is #8FE0CF. Grayscale: #393939. Windows color (decimal): -9429200 or 3153776. OLE color: 3153776.
HSL color Cylindrical-coordinate representation of color #701F30: hue angle of 347.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F30 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 48 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.56 |
| HSL | 347.41º | 0.57% | 0.28% | - |
| HSV(B) | 347.41º | 0.72% | 0.44% | - |
| XYZ | 7.71 | 4.64 | 3.29 | - |
| YUV | 57.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 48 | 0 | 0.72 | 0.57 | 0.56 | 347.41 | 0.57 | 0.28 |
| Hex | 70 | 1F | 30 | 0 | 48 | 39 | 38 | 15B | 39 | 1C |
| Octal | 160 | 37 | 60 | 0 | 110 | 71 | 70 | 533 | 71 | 34 |
| Binary | 1110000 | 11111 | 110000 | 0 | 1001000 | 111001 | 111000 | 101011011 | 111001 | 11100 |
Color Harmonies of #701F30
Complementary color
Monochromatic Colors of #701F30
Black with #701F30
Text Example
Text Example
White with #701F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F30; }
p { color: rgb(112,31,48); }
H1.HeaderClassName
{
color: #701F30;
}
.AnyTagClassName
{
color: #701F30;
}
</style>
background-color css
<style>
a { background-color: #701F30; }
a { background-color: rgb(112,31,48); }
div.DivClassName
{
background-color: #701F30;
}
.BgClassName
{
background-color: #701F30;
}
</style>
border-color css
<style>
span { border-color: #701F30; }
span { border-color: rgb(112,31,48); }
td.TdClassName
{
border-color: #701F30;
}
.TagClassName
{
border-color: #701F30;
}
</style>