Shades of Claret #701A2D
Tints of Claret #701A2D
RGB
CMYK
RGB Variations
Color information
#701A2D (or 0x701A2D) is known color: Claret. HEX triplet: 70, 1A and 2D. RGB value is (112,26,45). Sum of RGB (Red+Green+Blue) = 112+26+45=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A2D is #8FE5D2. Grayscale: #353535. Windows color (decimal): -9430483 or 2955888. OLE color: 2955888.
HSL color Cylindrical-coordinate representation of color #701A2D: hue angle of 346.74º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A2D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 45 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.56 |
| HSL | 346.74º | 0.62% | 0.27% | - |
| HSV(B) | 346.74º | 0.77% | 0.44% | - |
| XYZ | 7.53 | 4.37 | 2.93 | - |
| YUV | 53.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 45 | 0 | 0.77 | 0.60 | 0.56 | 346.74 | 0.62 | 0.27 |
| Hex | 70 | 1A | 2D | 0 | 4D | 3C | 38 | 15B | 3E | 1B |
| Octal | 160 | 32 | 55 | 0 | 115 | 74 | 70 | 533 | 76 | 33 |
| Binary | 1110000 | 11010 | 101101 | 0 | 1001101 | 111100 | 111000 | 101011011 | 111110 | 11011 |
Color Harmonies of #701A2D
Complementary color
Monochromatic Colors of #701A2D
Black with #701A2D
Text Example
Text Example
White with #701A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A2D; }
p { color: rgb(112,26,45); }
H1.HeaderClassName
{
color: #701A2D;
}
.AnyTagClassName
{
color: #701A2D;
}
</style>
background-color css
<style>
a { background-color: #701A2D; }
a { background-color: rgb(112,26,45); }
div.DivClassName
{
background-color: #701A2D;
}
.BgClassName
{
background-color: #701A2D;
}
</style>
border-color css
<style>
span { border-color: #701A2D; }
span { border-color: rgb(112,26,45); }
td.TdClassName
{
border-color: #701A2D;
}
.TagClassName
{
border-color: #701A2D;
}
</style>