Shades of Claret #700F33
Tints of Claret #700F33
RGB
CMYK
RGB Variations
Color information
#700F33 (or 0x700F33) is known color: Claret. HEX triplet: 70, 0F and 33. RGB value is (112,15,51). Sum of RGB (Red+Green+Blue) = 112+15+51=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F33 is #8FF0CC. Grayscale: #303030. Windows color (decimal): -9433293 or 3346288. OLE color: 3346288.
HSL color Cylindrical-coordinate representation of color #700F33: hue angle of 337.73º 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 #700F33 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 51 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.56 |
| HSL | 337.73º | 0.76% | 0.25% | - |
| HSV(B) | 337.73º | 0.87% | 0.44% | - |
| XYZ | 7.45 | 4.03 | 3.52 | - |
| YUV | 48.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 51 | 0 | 0.87 | 0.54 | 0.56 | 337.73 | 0.76 | 0.25 |
| Hex | 70 | F | 33 | 0 | 57 | 36 | 38 | 152 | 4C | 19 |
| Octal | 160 | 17 | 63 | 0 | 127 | 66 | 70 | 522 | 114 | 31 |
| Binary | 1110000 | 1111 | 110011 | 0 | 1010111 | 110110 | 111000 | 101010010 | 1001100 | 11001 |
Color Harmonies of #700F33
Complementary color
Monochromatic Colors of #700F33
Black with #700F33
Text Example
Text Example
White with #700F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F33; }
p { color: rgb(112,15,51); }
H1.HeaderClassName
{
color: #700F33;
}
.AnyTagClassName
{
color: #700F33;
}
</style>
background-color css
<style>
a { background-color: #700F33; }
a { background-color: rgb(112,15,51); }
div.DivClassName
{
background-color: #700F33;
}
.BgClassName
{
background-color: #700F33;
}
</style>
border-color css
<style>
span { border-color: #700F33; }
span { border-color: rgb(112,15,51); }
td.TdClassName
{
border-color: #700F33;
}
.TagClassName
{
border-color: #700F33;
}
</style>