Shades of Claret #702135
Tints of Claret #702135
RGB
CMYK
RGB Variations
Color information
#702135 (or 0x702135) is known color: Claret. HEX triplet: 70, 21 and 35. RGB value is (112,33,53). Sum of RGB (Red+Green+Blue) = 112+33+53=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702135 is #8FDECA. Grayscale: #3A3A3A. Windows color (decimal): -9428683 or 3481968. OLE color: 3481968.
HSL color Cylindrical-coordinate representation of color #702135: hue angle of 344.81º 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 #702135 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 53 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.56 |
| HSL | 344.81º | 0.54% | 0.28% | - |
| HSV(B) | 344.81º | 0.71% | 0.44% | - |
| XYZ | 7.87 | 4.79 | 3.88 | - |
| YUV | 58.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 53 | 0 | 0.71 | 0.53 | 0.56 | 344.81 | 0.54 | 0.28 |
| Hex | 70 | 21 | 35 | 0 | 47 | 35 | 38 | 159 | 36 | 1C |
| Octal | 160 | 41 | 65 | 0 | 107 | 65 | 70 | 531 | 66 | 34 |
| Binary | 1110000 | 100001 | 110101 | 0 | 1000111 | 110101 | 111000 | 101011001 | 110110 | 11100 |
Color Harmonies of #702135
Complementary color
Monochromatic Colors of #702135
Black with #702135
Text Example
Text Example
White with #702135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702135; }
p { color: rgb(112,33,53); }
H1.HeaderClassName
{
color: #702135;
}
.AnyTagClassName
{
color: #702135;
}
</style>
background-color css
<style>
a { background-color: #702135; }
a { background-color: rgb(112,33,53); }
div.DivClassName
{
background-color: #702135;
}
.BgClassName
{
background-color: #702135;
}
</style>
border-color css
<style>
span { border-color: #702135; }
span { border-color: rgb(112,33,53); }
td.TdClassName
{
border-color: #702135;
}
.TagClassName
{
border-color: #702135;
}
</style>