Shades of Claret #702434
Tints of Claret #702434
RGB
CMYK
RGB Variations
Color information
#702434 (or 0x702434) is known color: Claret. HEX triplet: 70, 24 and 34. RGB value is (112,36,52). Sum of RGB (Red+Green+Blue) = 112+36+52=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702434 is #8FDBCB. Grayscale: #3C3C3C. Windows color (decimal): -9427916 or 3417200. OLE color: 3417200.
HSL color Cylindrical-coordinate representation of color #702434: hue angle of 347.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702434 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 52 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.56 |
| HSL | 347.37º | 0.51% | 0.29% | - |
| HSV(B) | 347.37º | 0.68% | 0.44% | - |
| XYZ | 7.93 | 4.95 | 3.79 | - |
| YUV | 60.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 52 | 0 | 0.68 | 0.54 | 0.56 | 347.37 | 0.51 | 0.29 |
| Hex | 70 | 24 | 34 | 0 | 44 | 36 | 38 | 15B | 33 | 1D |
| Octal | 160 | 44 | 64 | 0 | 104 | 66 | 70 | 533 | 63 | 35 |
| Binary | 1110000 | 100100 | 110100 | 0 | 1000100 | 110110 | 111000 | 101011011 | 110011 | 11101 |
Color Harmonies of #702434
Complementary color
Monochromatic Colors of #702434
Black with #702434
Text Example
Text Example
White with #702434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702434; }
p { color: rgb(112,36,52); }
H1.HeaderClassName
{
color: #702434;
}
.AnyTagClassName
{
color: #702434;
}
</style>
background-color css
<style>
a { background-color: #702434; }
a { background-color: rgb(112,36,52); }
div.DivClassName
{
background-color: #702434;
}
.BgClassName
{
background-color: #702434;
}
</style>
border-color css
<style>
span { border-color: #702434; }
span { border-color: rgb(112,36,52); }
td.TdClassName
{
border-color: #702434;
}
.TagClassName
{
border-color: #702434;
}
</style>