Shades of Claret #700F2D
Tints of Claret #700F2D
RGB
CMYK
RGB Variations
Color information
#700F2D (or 0x700F2D) is known color: Claret. HEX triplet: 70, 0F and 2D. RGB value is (112,15,45). Sum of RGB (Red+Green+Blue) = 112+15+45=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #700F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F2D is #8FF0D2. Grayscale: #2F2F2F. Windows color (decimal): -9433299 or 2953072. OLE color: 2953072.
HSL color Cylindrical-coordinate representation of color #700F2D: hue angle of 341.44º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F2D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 45 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.56 |
| HSL | 341.44º | 0.76% | 0.25% | - |
| HSV(B) | 341.44º | 0.87% | 0.44% | - |
| XYZ | 7.33 | 3.98 | 2.86 | - |
| YUV | 47.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 45 | 0 | 0.87 | 0.60 | 0.56 | 341.44 | 0.76 | 0.25 |
| Hex | 70 | F | 2D | 0 | 57 | 3C | 38 | 155 | 4C | 19 |
| Octal | 160 | 17 | 55 | 0 | 127 | 74 | 70 | 525 | 114 | 31 |
| Binary | 1110000 | 1111 | 101101 | 0 | 1010111 | 111100 | 111000 | 101010101 | 1001100 | 11001 |
Color Harmonies of #700F2D
Complementary color
Monochromatic Colors of #700F2D
Black with #700F2D
Text Example
Text Example
White with #700F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F2D; }
p { color: rgb(112,15,45); }
H1.HeaderClassName
{
color: #700F2D;
}
.AnyTagClassName
{
color: #700F2D;
}
</style>
background-color css
<style>
a { background-color: #700F2D; }
a { background-color: rgb(112,15,45); }
div.DivClassName
{
background-color: #700F2D;
}
.BgClassName
{
background-color: #700F2D;
}
</style>
border-color css
<style>
span { border-color: #700F2D; }
span { border-color: rgb(112,15,45); }
td.TdClassName
{
border-color: #700F2D;
}
.TagClassName
{
border-color: #700F2D;
}
</style>