Shades of Claret #702335
Tints of Claret #702335
RGB
CMYK
RGB Variations
Color information
#702335 (or 0x702335) is known color: Claret. HEX triplet: 70, 23 and 35. RGB value is (112,35,53). Sum of RGB (Red+Green+Blue) = 112+35+53=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702335 is #8FDCCA. Grayscale: #3C3C3C. Windows color (decimal): -9428171 or 3482480. OLE color: 3482480.
HSL color Cylindrical-coordinate representation of color #702335: hue angle of 345.97º 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 #702335 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 53 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.56 |
| HSL | 345.97º | 0.52% | 0.29% | - |
| HSV(B) | 345.97º | 0.69% | 0.44% | - |
| XYZ | 7.93 | 4.9 | 3.9 | - |
| YUV | 60.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 53 | 0 | 0.69 | 0.53 | 0.56 | 345.97 | 0.52 | 0.29 |
| Hex | 70 | 23 | 35 | 0 | 45 | 35 | 38 | 15A | 34 | 1D |
| Octal | 160 | 43 | 65 | 0 | 105 | 65 | 70 | 532 | 64 | 35 |
| Binary | 1110000 | 100011 | 110101 | 0 | 1000101 | 110101 | 111000 | 101011010 | 110100 | 11101 |
Color Harmonies of #702335
Complementary color
Monochromatic Colors of #702335
Black with #702335
Text Example
Text Example
White with #702335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702335; }
p { color: rgb(112,35,53); }
H1.HeaderClassName
{
color: #702335;
}
.AnyTagClassName
{
color: #702335;
}
</style>
background-color css
<style>
a { background-color: #702335; }
a { background-color: rgb(112,35,53); }
div.DivClassName
{
background-color: #702335;
}
.BgClassName
{
background-color: #702335;
}
</style>
border-color css
<style>
span { border-color: #702335; }
span { border-color: rgb(112,35,53); }
td.TdClassName
{
border-color: #702335;
}
.TagClassName
{
border-color: #702335;
}
</style>