Shades of Claret #702239
Tints of Claret #702239
RGB
CMYK
RGB Variations
Color information
#702239 (or 0x702239) is known color: Claret. HEX triplet: 70, 22 and 39. RGB value is (112,34,57). Sum of RGB (Red+Green+Blue) = 112+34+57=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702239 is #8FDDC6. Grayscale: #3B3B3B. Windows color (decimal): -9428423 or 3744368. OLE color: 3744368.
HSL color Cylindrical-coordinate representation of color #702239: hue angle of 342.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702239 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 57 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.56 |
| HSL | 342.31º | 0.53% | 0.29% | - |
| HSV(B) | 342.31º | 0.7% | 0.44% | - |
| XYZ | 7.99 | 4.88 | 4.39 | - |
| YUV | 59.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 57 | 0 | 0.70 | 0.49 | 0.56 | 342.31 | 0.53 | 0.29 |
| Hex | 70 | 22 | 39 | 0 | 46 | 31 | 38 | 156 | 35 | 1D |
| Octal | 160 | 42 | 71 | 0 | 106 | 61 | 70 | 526 | 65 | 35 |
| Binary | 1110000 | 100010 | 111001 | 0 | 1000110 | 110001 | 111000 | 101010110 | 110101 | 11101 |
Color Harmonies of #702239
Complementary color
Monochromatic Colors of #702239
Black with #702239
Text Example
Text Example
White with #702239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702239; }
p { color: rgb(112,34,57); }
H1.HeaderClassName
{
color: #702239;
}
.AnyTagClassName
{
color: #702239;
}
</style>
background-color css
<style>
a { background-color: #702239; }
a { background-color: rgb(112,34,57); }
div.DivClassName
{
background-color: #702239;
}
.BgClassName
{
background-color: #702239;
}
</style>
border-color css
<style>
span { border-color: #702239; }
span { border-color: rgb(112,34,57); }
td.TdClassName
{
border-color: #702239;
}
.TagClassName
{
border-color: #702239;
}
</style>