Shades of Claret #700B2F
Tints of Claret #700B2F
RGB
CMYK
RGB Variations
Color information
#700B2F (or 0x700B2F) is known color: Claret. HEX triplet: 70, 0B and 2F. RGB value is (112,11,47). Sum of RGB (Red+Green+Blue) = 112+11+47=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #700B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B2F is #8FF4D0. Grayscale: #2D2D2D. Windows color (decimal): -9434321 or 3083120. OLE color: 3083120.
HSL color Cylindrical-coordinate representation of color #700B2F: hue angle of 338.61º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B2F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 47 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.56 |
| HSL | 338.61º | 0.82% | 0.24% | - |
| HSV(B) | 338.61º | 0.9% | 0.44% | - |
| XYZ | 7.31 | 3.89 | 3.05 | - |
| YUV | 45.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 47 | 0 | 0.90 | 0.58 | 0.56 | 338.61 | 0.82 | 0.24 |
| Hex | 70 | B | 2F | 0 | 5A | 3A | 38 | 153 | 52 | 18 |
| Octal | 160 | 13 | 57 | 0 | 132 | 72 | 70 | 523 | 122 | 30 |
| Binary | 1110000 | 1011 | 101111 | 0 | 1011010 | 111010 | 111000 | 101010011 | 1010010 | 11000 |
Color Harmonies of #700B2F
Complementary color
Monochromatic Colors of #700B2F
Black with #700B2F
Text Example
Text Example
White with #700B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B2F; }
p { color: rgb(112,11,47); }
H1.HeaderClassName
{
color: #700B2F;
}
.AnyTagClassName
{
color: #700B2F;
}
</style>
background-color css
<style>
a { background-color: #700B2F; }
a { background-color: rgb(112,11,47); }
div.DivClassName
{
background-color: #700B2F;
}
.BgClassName
{
background-color: #700B2F;
}
</style>
border-color css
<style>
span { border-color: #700B2F; }
span { border-color: rgb(112,11,47); }
td.TdClassName
{
border-color: #700B2F;
}
.TagClassName
{
border-color: #700B2F;
}
</style>