Shades of Claret #702B38
Tints of Claret #702B38
RGB
CMYK
RGB Variations
Color information
#702B38 (or 0x702B38) is known color: Claret. HEX triplet: 70, 2B and 38. RGB value is (112,43,56). Sum of RGB (Red+Green+Blue) = 112+43+56=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #702B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B38 is #8FD4C7. Grayscale: #414141. Windows color (decimal): -9426120 or 3681136. OLE color: 3681136.
HSL color Cylindrical-coordinate representation of color #702B38: hue angle of 348.7º 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 #702B38 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 56 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.56 |
| HSL | 348.7º | 0.45% | 0.3% | - |
| HSV(B) | 348.7º | 0.62% | 0.44% | - |
| XYZ | 8.26 | 5.46 | 4.36 | - |
| YUV | 65.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 56 | 0 | 0.62 | 0.50 | 0.56 | 348.7 | 0.45 | 0.3 |
| Hex | 70 | 2B | 38 | 0 | 3E | 32 | 38 | 15D | 2D | 1E |
| Octal | 160 | 53 | 70 | 0 | 76 | 62 | 70 | 535 | 55 | 36 |
| Binary | 1110000 | 101011 | 111000 | 0 | 111110 | 110010 | 111000 | 101011101 | 101101 | 11110 |
Color Harmonies of #702B38
Complementary color
Monochromatic Colors of #702B38
Black with #702B38
Text Example
Text Example
White with #702B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B38; }
p { color: rgb(112,43,56); }
H1.HeaderClassName
{
color: #702B38;
}
.AnyTagClassName
{
color: #702B38;
}
</style>
background-color css
<style>
a { background-color: #702B38; }
a { background-color: rgb(112,43,56); }
div.DivClassName
{
background-color: #702B38;
}
.BgClassName
{
background-color: #702B38;
}
</style>
border-color css
<style>
span { border-color: #702B38; }
span { border-color: rgb(112,43,56); }
td.TdClassName
{
border-color: #702B38;
}
.TagClassName
{
border-color: #702B38;
}
</style>