Shades of Claret #701730
Tints of Claret #701730
RGB
CMYK
RGB Variations
Color information
#701730 (or 0x701730) is known color: Claret. HEX triplet: 70, 17 and 30. RGB value is (112,23,48). Sum of RGB (Red+Green+Blue) = 112+23+48=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701730 is #8FE8CF. Grayscale: #343434. Windows color (decimal): -9431248 or 3151728. OLE color: 3151728.
HSL color Cylindrical-coordinate representation of color #701730: hue angle of 343.15º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701730 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 48 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.56 |
| HSL | 343.15º | 0.66% | 0.26% | - |
| HSV(B) | 343.15º | 0.79% | 0.44% | - |
| XYZ | 7.52 | 4.27 | 3.22 | - |
| YUV | 52.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 48 | 0 | 0.79 | 0.57 | 0.56 | 343.15 | 0.66 | 0.26 |
| Hex | 70 | 17 | 30 | 0 | 4F | 39 | 38 | 157 | 42 | 1A |
| Octal | 160 | 27 | 60 | 0 | 117 | 71 | 70 | 527 | 102 | 32 |
| Binary | 1110000 | 10111 | 110000 | 0 | 1001111 | 111001 | 111000 | 101010111 | 1000010 | 11010 |
Color Harmonies of #701730
Complementary color
Monochromatic Colors of #701730
Black with #701730
Text Example
Text Example
White with #701730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701730; }
p { color: rgb(112,23,48); }
H1.HeaderClassName
{
color: #701730;
}
.AnyTagClassName
{
color: #701730;
}
</style>
background-color css
<style>
a { background-color: #701730; }
a { background-color: rgb(112,23,48); }
div.DivClassName
{
background-color: #701730;
}
.BgClassName
{
background-color: #701730;
}
</style>
border-color css
<style>
span { border-color: #701730; }
span { border-color: rgb(112,23,48); }
td.TdClassName
{
border-color: #701730;
}
.TagClassName
{
border-color: #701730;
}
</style>