Shades of Claret #70192D
Tints of Claret #70192D
RGB
CMYK
RGB Variations
Color information
#70192D (or 0x70192D) is known color: Claret. HEX triplet: 70, 19 and 2D. RGB value is (112,25,45). Sum of RGB (Red+Green+Blue) = 112+25+45=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70192D is #8FE6D2. Grayscale: #353535. Windows color (decimal): -9430739 or 2955632. OLE color: 2955632.
HSL color Cylindrical-coordinate representation of color #70192D: hue angle of 346.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70192D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 45 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.56 |
| HSL | 346.21º | 0.64% | 0.27% | - |
| HSV(B) | 346.21º | 0.78% | 0.44% | - |
| XYZ | 7.5 | 4.33 | 2.92 | - |
| YUV | 53.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 45 | 0 | 0.78 | 0.60 | 0.56 | 346.21 | 0.64 | 0.27 |
| Hex | 70 | 19 | 2D | 0 | 4E | 3C | 38 | 15A | 40 | 1B |
| Octal | 160 | 31 | 55 | 0 | 116 | 74 | 70 | 532 | 100 | 33 |
| Binary | 1110000 | 11001 | 101101 | 0 | 1001110 | 111100 | 111000 | 101011010 | 1000000 | 11011 |
Color Harmonies of #70192D
Complementary color
Monochromatic Colors of #70192D
Black with #70192D
Text Example
Text Example
White with #70192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70192D; }
p { color: rgb(112,25,45); }
H1.HeaderClassName
{
color: #70192D;
}
.AnyTagClassName
{
color: #70192D;
}
</style>
background-color css
<style>
a { background-color: #70192D; }
a { background-color: rgb(112,25,45); }
div.DivClassName
{
background-color: #70192D;
}
.BgClassName
{
background-color: #70192D;
}
</style>
border-color css
<style>
span { border-color: #70192D; }
span { border-color: rgb(112,25,45); }
td.TdClassName
{
border-color: #70192D;
}
.TagClassName
{
border-color: #70192D;
}
</style>