Shades of Claret #702132
Tints of Claret #702132
RGB
CMYK
RGB Variations
Color information
#702132 (or 0x702132) is known color: Claret. HEX triplet: 70, 21 and 32. RGB value is (112,33,50). Sum of RGB (Red+Green+Blue) = 112+33+50=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702132 is #8FDECD. Grayscale: #3A3A3A. Windows color (decimal): -9428686 or 3285360. OLE color: 3285360.
HSL color Cylindrical-coordinate representation of color #702132: hue angle of 347.09º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702132 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 50 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.56 |
| HSL | 347.09º | 0.54% | 0.28% | - |
| HSV(B) | 347.09º | 0.71% | 0.44% | - |
| XYZ | 7.8 | 4.76 | 3.53 | - |
| YUV | 58.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 50 | 0 | 0.71 | 0.55 | 0.56 | 347.09 | 0.54 | 0.28 |
| Hex | 70 | 21 | 32 | 0 | 47 | 37 | 38 | 15B | 36 | 1C |
| Octal | 160 | 41 | 62 | 0 | 107 | 67 | 70 | 533 | 66 | 34 |
| Binary | 1110000 | 100001 | 110010 | 0 | 1000111 | 110111 | 111000 | 101011011 | 110110 | 11100 |
Color Harmonies of #702132
Complementary color
Monochromatic Colors of #702132
Black with #702132
Text Example
Text Example
White with #702132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702132; }
p { color: rgb(112,33,50); }
H1.HeaderClassName
{
color: #702132;
}
.AnyTagClassName
{
color: #702132;
}
</style>
background-color css
<style>
a { background-color: #702132; }
a { background-color: rgb(112,33,50); }
div.DivClassName
{
background-color: #702132;
}
.BgClassName
{
background-color: #702132;
}
</style>
border-color css
<style>
span { border-color: #702132; }
span { border-color: rgb(112,33,50); }
td.TdClassName
{
border-color: #702132;
}
.TagClassName
{
border-color: #702132;
}
</style>