Shades of Claret #702238
Tints of Claret #702238
RGB
CMYK
RGB Variations
Color information
#702238 (or 0x702238) is known color: Claret. HEX triplet: 70, 22 and 38. RGB value is (112,34,56). Sum of RGB (Red+Green+Blue) = 112+34+56=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702238 is #8FDDC7. Grayscale: #3B3B3B. Windows color (decimal): -9428424 or 3678832. OLE color: 3678832.
HSL color Cylindrical-coordinate representation of color #702238: hue angle of 343.08º 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 #702238 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 56 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.56 |
| HSL | 343.08º | 0.53% | 0.29% | - |
| HSV(B) | 343.08º | 0.7% | 0.44% | - |
| XYZ | 7.97 | 4.87 | 4.26 | - |
| YUV | 59.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 56 | 0 | 0.70 | 0.50 | 0.56 | 343.08 | 0.53 | 0.29 |
| Hex | 70 | 22 | 38 | 0 | 46 | 32 | 38 | 157 | 35 | 1D |
| Octal | 160 | 42 | 70 | 0 | 106 | 62 | 70 | 527 | 65 | 35 |
| Binary | 1110000 | 100010 | 111000 | 0 | 1000110 | 110010 | 111000 | 101010111 | 110101 | 11101 |
Color Harmonies of #702238
Complementary color
Monochromatic Colors of #702238
Black with #702238
Text Example
Text Example
White with #702238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702238; }
p { color: rgb(112,34,56); }
H1.HeaderClassName
{
color: #702238;
}
.AnyTagClassName
{
color: #702238;
}
</style>
background-color css
<style>
a { background-color: #702238; }
a { background-color: rgb(112,34,56); }
div.DivClassName
{
background-color: #702238;
}
.BgClassName
{
background-color: #702238;
}
</style>
border-color css
<style>
span { border-color: #702238; }
span { border-color: rgb(112,34,56); }
td.TdClassName
{
border-color: #702238;
}
.TagClassName
{
border-color: #702238;
}
</style>