Shades of Claret #70132D
Tints of Claret #70132D
RGB
CMYK
RGB Variations
Color information
#70132D (or 0x70132D) is known color: Claret. HEX triplet: 70, 13 and 2D. RGB value is (112,19,45). Sum of RGB (Red+Green+Blue) = 112+19+45=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70132D is #8FECD2. Grayscale: #313131. Windows color (decimal): -9432275 or 2954096. OLE color: 2954096.
HSL color Cylindrical-coordinate representation of color #70132D: hue angle of 343.23º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70132D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 45 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.56 |
| HSL | 343.23º | 0.71% | 0.26% | - |
| HSV(B) | 343.23º | 0.83% | 0.44% | - |
| XYZ | 7.39 | 4.1 | 2.88 | - |
| YUV | 49.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 45 | 0 | 0.83 | 0.60 | 0.56 | 343.23 | 0.71 | 0.26 |
| Hex | 70 | 13 | 2D | 0 | 53 | 3C | 38 | 157 | 47 | 1A |
| Octal | 160 | 23 | 55 | 0 | 123 | 74 | 70 | 527 | 107 | 32 |
| Binary | 1110000 | 10011 | 101101 | 0 | 1010011 | 111100 | 111000 | 101010111 | 1000111 | 11010 |
Color Harmonies of #70132D
Complementary color
Monochromatic Colors of #70132D
Black with #70132D
Text Example
Text Example
White with #70132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70132D; }
p { color: rgb(112,19,45); }
H1.HeaderClassName
{
color: #70132D;
}
.AnyTagClassName
{
color: #70132D;
}
</style>
background-color css
<style>
a { background-color: #70132D; }
a { background-color: rgb(112,19,45); }
div.DivClassName
{
background-color: #70132D;
}
.BgClassName
{
background-color: #70132D;
}
</style>
border-color css
<style>
span { border-color: #70132D; }
span { border-color: rgb(112,19,45); }
td.TdClassName
{
border-color: #70132D;
}
.TagClassName
{
border-color: #70132D;
}
</style>