Shades of Claret #702A38
Tints of Claret #702A38
RGB
CMYK
RGB Variations
Color information
#702A38 (or 0x702A38) is known color: Claret. HEX triplet: 70, 2A and 38. RGB value is (112,42,56). Sum of RGB (Red+Green+Blue) = 112+42+56=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A38 is #8FD5C7. Grayscale: #404040. Windows color (decimal): -9426376 or 3680880. OLE color: 3680880.
HSL color Cylindrical-coordinate representation of color #702A38: hue angle of 348º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A38 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 56 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.56 |
| HSL | 348º | 0.45% | 0.3% | - |
| HSV(B) | 348º | 0.63% | 0.44% | - |
| XYZ | 8.22 | 5.39 | 4.35 | - |
| YUV | 64.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 56 | 0 | 0.62 | 0.50 | 0.56 | 348 | 0.45 | 0.3 |
| Hex | 70 | 2A | 38 | 0 | 3E | 32 | 38 | 15C | 2D | 1E |
| Octal | 160 | 52 | 70 | 0 | 76 | 62 | 70 | 534 | 55 | 36 |
| Binary | 1110000 | 101010 | 111000 | 0 | 111110 | 110010 | 111000 | 101011100 | 101101 | 11110 |
Color Harmonies of #702A38
Complementary color
Monochromatic Colors of #702A38
Black with #702A38
Text Example
Text Example
White with #702A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A38; }
p { color: rgb(112,42,56); }
H1.HeaderClassName
{
color: #702A38;
}
.AnyTagClassName
{
color: #702A38;
}
</style>
background-color css
<style>
a { background-color: #702A38; }
a { background-color: rgb(112,42,56); }
div.DivClassName
{
background-color: #702A38;
}
.BgClassName
{
background-color: #702A38;
}
</style>
border-color css
<style>
span { border-color: #702A38; }
span { border-color: rgb(112,42,56); }
td.TdClassName
{
border-color: #702A38;
}
.TagClassName
{
border-color: #702A38;
}
</style>