Shades of Claret #702332
Tints of Claret #702332
RGB
CMYK
RGB Variations
Color information
#702332 (or 0x702332) is known color: Claret. HEX triplet: 70, 23 and 32. RGB value is (112,35,50). Sum of RGB (Red+Green+Blue) = 112+35+50=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702332 is #8FDCCD. Grayscale: #3B3B3B. Windows color (decimal): -9428174 or 3285872. OLE color: 3285872.
HSL color Cylindrical-coordinate representation of color #702332: hue angle of 348.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702332 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 50 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.56 |
| HSL | 348.31º | 0.52% | 0.29% | - |
| HSV(B) | 348.31º | 0.69% | 0.44% | - |
| XYZ | 7.86 | 4.88 | 3.54 | - |
| YUV | 59.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 50 | 0 | 0.69 | 0.55 | 0.56 | 348.31 | 0.52 | 0.29 |
| Hex | 70 | 23 | 32 | 0 | 45 | 37 | 38 | 15C | 34 | 1D |
| Octal | 160 | 43 | 62 | 0 | 105 | 67 | 70 | 534 | 64 | 35 |
| Binary | 1110000 | 100011 | 110010 | 0 | 1000101 | 110111 | 111000 | 101011100 | 110100 | 11101 |
Color Harmonies of #702332
Complementary color
Monochromatic Colors of #702332
Black with #702332
Text Example
Text Example
White with #702332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702332; }
p { color: rgb(112,35,50); }
H1.HeaderClassName
{
color: #702332;
}
.AnyTagClassName
{
color: #702332;
}
</style>
background-color css
<style>
a { background-color: #702332; }
a { background-color: rgb(112,35,50); }
div.DivClassName
{
background-color: #702332;
}
.BgClassName
{
background-color: #702332;
}
</style>
border-color css
<style>
span { border-color: #702332; }
span { border-color: rgb(112,35,50); }
td.TdClassName
{
border-color: #702332;
}
.TagClassName
{
border-color: #702332;
}
</style>