Shades of Claret #702334
Tints of Claret #702334
RGB
CMYK
RGB Variations
Color information
#702334 (or 0x702334) is known color: Claret. HEX triplet: 70, 23 and 34. RGB value is (112,35,52). Sum of RGB (Red+Green+Blue) = 112+35+52=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702334 is #8FDCCB. Grayscale: #3B3B3B. Windows color (decimal): -9428172 or 3416944. OLE color: 3416944.
HSL color Cylindrical-coordinate representation of color #702334: hue angle of 346.75º 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 #702334 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 52 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.56 |
| HSL | 346.75º | 0.52% | 0.29% | - |
| HSV(B) | 346.75º | 0.69% | 0.44% | - |
| XYZ | 7.9 | 4.89 | 3.78 | - |
| YUV | 59.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 52 | 0 | 0.69 | 0.54 | 0.56 | 346.75 | 0.52 | 0.29 |
| Hex | 70 | 23 | 34 | 0 | 45 | 36 | 38 | 15B | 34 | 1D |
| Octal | 160 | 43 | 64 | 0 | 105 | 66 | 70 | 533 | 64 | 35 |
| Binary | 1110000 | 100011 | 110100 | 0 | 1000101 | 110110 | 111000 | 101011011 | 110100 | 11101 |
Color Harmonies of #702334
Complementary color
Monochromatic Colors of #702334
Black with #702334
Text Example
Text Example
White with #702334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702334; }
p { color: rgb(112,35,52); }
H1.HeaderClassName
{
color: #702334;
}
.AnyTagClassName
{
color: #702334;
}
</style>
background-color css
<style>
a { background-color: #702334; }
a { background-color: rgb(112,35,52); }
div.DivClassName
{
background-color: #702334;
}
.BgClassName
{
background-color: #702334;
}
</style>
border-color css
<style>
span { border-color: #702334; }
span { border-color: rgb(112,35,52); }
td.TdClassName
{
border-color: #702334;
}
.TagClassName
{
border-color: #702334;
}
</style>