Shades of Claret #70152D
Tints of Claret #70152D
RGB
CMYK
RGB Variations
Color information
#70152D (or 0x70152D) is known color: Claret. HEX triplet: 70, 15 and 2D. RGB value is (112,21,45). Sum of RGB (Red+Green+Blue) = 112+21+45=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70152D is #8FEAD2. Grayscale: #323232. Windows color (decimal): -9431763 or 2954608. OLE color: 2954608.
HSL color Cylindrical-coordinate representation of color #70152D: hue angle of 344.18º 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 #70152D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 45 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.56 |
| HSL | 344.18º | 0.68% | 0.26% | - |
| HSV(B) | 344.18º | 0.81% | 0.44% | - |
| XYZ | 7.42 | 4.17 | 2.9 | - |
| YUV | 50.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 45 | 0 | 0.81 | 0.60 | 0.56 | 344.18 | 0.68 | 0.26 |
| Hex | 70 | 15 | 2D | 0 | 51 | 3C | 38 | 158 | 44 | 1A |
| Octal | 160 | 25 | 55 | 0 | 121 | 74 | 70 | 530 | 104 | 32 |
| Binary | 1110000 | 10101 | 101101 | 0 | 1010001 | 111100 | 111000 | 101011000 | 1000100 | 11010 |
Color Harmonies of #70152D
Complementary color
Monochromatic Colors of #70152D
Black with #70152D
Text Example
Text Example
White with #70152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70152D; }
p { color: rgb(112,21,45); }
H1.HeaderClassName
{
color: #70152D;
}
.AnyTagClassName
{
color: #70152D;
}
</style>
background-color css
<style>
a { background-color: #70152D; }
a { background-color: rgb(112,21,45); }
div.DivClassName
{
background-color: #70152D;
}
.BgClassName
{
background-color: #70152D;
}
</style>
border-color css
<style>
span { border-color: #70152D; }
span { border-color: rgb(112,21,45); }
td.TdClassName
{
border-color: #70152D;
}
.TagClassName
{
border-color: #70152D;
}
</style>