Shades of Claret #702232
Tints of Claret #702232
RGB
CMYK
RGB Variations
Color information
#702232 (or 0x702232) is known color: Claret. HEX triplet: 70, 22 and 32. RGB value is (112,34,50). Sum of RGB (Red+Green+Blue) = 112+34+50=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702232 is #8FDDCD. Grayscale: #3B3B3B. Windows color (decimal): -9428430 or 3285616. OLE color: 3285616.
HSL color Cylindrical-coordinate representation of color #702232: hue angle of 347.69º 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 #702232 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 50 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.56 |
| HSL | 347.69º | 0.53% | 0.29% | - |
| HSV(B) | 347.69º | 0.7% | 0.44% | - |
| XYZ | 7.83 | 4.82 | 3.54 | - |
| YUV | 59.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 50 | 0 | 0.70 | 0.55 | 0.56 | 347.69 | 0.53 | 0.29 |
| Hex | 70 | 22 | 32 | 0 | 46 | 37 | 38 | 15C | 35 | 1D |
| Octal | 160 | 42 | 62 | 0 | 106 | 67 | 70 | 534 | 65 | 35 |
| Binary | 1110000 | 100010 | 110010 | 0 | 1000110 | 110111 | 111000 | 101011100 | 110101 | 11101 |
Color Harmonies of #702232
Complementary color
Monochromatic Colors of #702232
Black with #702232
Text Example
Text Example
White with #702232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702232; }
p { color: rgb(112,34,50); }
H1.HeaderClassName
{
color: #702232;
}
.AnyTagClassName
{
color: #702232;
}
</style>
background-color css
<style>
a { background-color: #702232; }
a { background-color: rgb(112,34,50); }
div.DivClassName
{
background-color: #702232;
}
.BgClassName
{
background-color: #702232;
}
</style>
border-color css
<style>
span { border-color: #702232; }
span { border-color: rgb(112,34,50); }
td.TdClassName
{
border-color: #702232;
}
.TagClassName
{
border-color: #702232;
}
</style>