Shades of Claret #70152E
Tints of Claret #70152E
RGB
CMYK
RGB Variations
Color information
#70152E (or 0x70152E) is known color: Claret. HEX triplet: 70, 15 and 2E. RGB value is (112,21,46). Sum of RGB (Red+Green+Blue) = 112+21+46=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70152E is #8FEAD1. Grayscale: #333333. Windows color (decimal): -9431762 or 3020144. OLE color: 3020144.
HSL color Cylindrical-coordinate representation of color #70152E: hue angle of 343.52º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70152E is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 46 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.56 |
| HSL | 343.52º | 0.68% | 0.26% | - |
| HSV(B) | 343.52º | 0.81% | 0.44% | - |
| XYZ | 7.44 | 4.18 | 3 | - |
| YUV | 51.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 46 | 0 | 0.81 | 0.59 | 0.56 | 343.52 | 0.68 | 0.26 |
| Hex | 70 | 15 | 2E | 0 | 51 | 3B | 38 | 158 | 44 | 1A |
| Octal | 160 | 25 | 56 | 0 | 121 | 73 | 70 | 530 | 104 | 32 |
| Binary | 1110000 | 10101 | 101110 | 0 | 1010001 | 111011 | 111000 | 101011000 | 1000100 | 11010 |
Color Harmonies of #70152E
Complementary color
Monochromatic Colors of #70152E
Black with #70152E
Text Example
Text Example
White with #70152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70152E; }
p { color: rgb(112,21,46); }
H1.HeaderClassName
{
color: #70152E;
}
.AnyTagClassName
{
color: #70152E;
}
</style>
background-color css
<style>
a { background-color: #70152E; }
a { background-color: rgb(112,21,46); }
div.DivClassName
{
background-color: #70152E;
}
.BgClassName
{
background-color: #70152E;
}
</style>
border-color css
<style>
span { border-color: #70152E; }
span { border-color: rgb(112,21,46); }
td.TdClassName
{
border-color: #70152E;
}
.TagClassName
{
border-color: #70152E;
}
</style>