Shades of Claret #702834
Tints of Claret #702834
RGB
CMYK
RGB Variations
Color information
#702834 (or 0x702834) is known color: Claret. HEX triplet: 70, 28 and 34. RGB value is (112,40,52). Sum of RGB (Red+Green+Blue) = 112+40+52=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702834 is #8FD7CB. Grayscale: #3E3E3E. Windows color (decimal): -9426892 or 3418224. OLE color: 3418224.
HSL color Cylindrical-coordinate representation of color #702834: hue angle of 350º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702834 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 52 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.56 |
| HSL | 350º | 0.47% | 0.3% | - |
| HSV(B) | 350º | 0.64% | 0.44% | - |
| XYZ | 8.06 | 5.21 | 3.83 | - |
| YUV | 62.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 52 | 0 | 0.64 | 0.54 | 0.56 | 350 | 0.47 | 0.3 |
| Hex | 70 | 28 | 34 | 0 | 40 | 36 | 38 | 15E | 2F | 1E |
| Octal | 160 | 50 | 64 | 0 | 100 | 66 | 70 | 536 | 57 | 36 |
| Binary | 1110000 | 101000 | 110100 | 0 | 1000000 | 110110 | 111000 | 101011110 | 101111 | 11110 |
Color Harmonies of #702834
Complementary color
Monochromatic Colors of #702834
Black with #702834
Text Example
Text Example
White with #702834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702834; }
p { color: rgb(112,40,52); }
H1.HeaderClassName
{
color: #702834;
}
.AnyTagClassName
{
color: #702834;
}
</style>
background-color css
<style>
a { background-color: #702834; }
a { background-color: rgb(112,40,52); }
div.DivClassName
{
background-color: #702834;
}
.BgClassName
{
background-color: #702834;
}
</style>
border-color css
<style>
span { border-color: #702834; }
span { border-color: rgb(112,40,52); }
td.TdClassName
{
border-color: #702834;
}
.TagClassName
{
border-color: #702834;
}
</style>