Shades of Claret #702034
Tints of Claret #702034
RGB
CMYK
RGB Variations
Color information
#702034 (or 0x702034) is known color: Claret. HEX triplet: 70, 20 and 34. RGB value is (112,32,52). Sum of RGB (Red+Green+Blue) = 112+32+52=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702034 is #8FDFCB. Grayscale: #3A3A3A. Windows color (decimal): -9428940 or 3416176. OLE color: 3416176.
HSL color Cylindrical-coordinate representation of color #702034: hue angle of 345º degrees, saturation: 0.56, 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 #702034 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 52 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.56 |
| HSL | 345º | 0.56% | 0.28% | - |
| HSV(B) | 345º | 0.71% | 0.44% | - |
| XYZ | 7.82 | 4.73 | 3.75 | - |
| YUV | 58.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 52 | 0 | 0.71 | 0.54 | 0.56 | 345 | 0.56 | 0.28 |
| Hex | 70 | 20 | 34 | 0 | 47 | 36 | 38 | 159 | 38 | 1C |
| Octal | 160 | 40 | 64 | 0 | 107 | 66 | 70 | 531 | 70 | 34 |
| Binary | 1110000 | 100000 | 110100 | 0 | 1000111 | 110110 | 111000 | 101011001 | 111000 | 11100 |
Color Harmonies of #702034
Complementary color
Monochromatic Colors of #702034
Black with #702034
Text Example
Text Example
White with #702034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702034; }
p { color: rgb(112,32,52); }
H1.HeaderClassName
{
color: #702034;
}
.AnyTagClassName
{
color: #702034;
}
</style>
background-color css
<style>
a { background-color: #702034; }
a { background-color: rgb(112,32,52); }
div.DivClassName
{
background-color: #702034;
}
.BgClassName
{
background-color: #702034;
}
</style>
border-color css
<style>
span { border-color: #702034; }
span { border-color: rgb(112,32,52); }
td.TdClassName
{
border-color: #702034;
}
.TagClassName
{
border-color: #702034;
}
</style>