Shades of Claret #702B37
Tints of Claret #702B37
RGB
CMYK
RGB Variations
Color information
#702B37 (or 0x702B37) is known color: Claret. HEX triplet: 70, 2B and 37. RGB value is (112,43,55). Sum of RGB (Red+Green+Blue) = 112+43+55=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B37 is #8FD4C8. Grayscale: #414141. Windows color (decimal): -9426121 or 3615600. OLE color: 3615600.
HSL color Cylindrical-coordinate representation of color #702B37: hue angle of 349.57º 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 #702B37 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 55 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.56 |
| HSL | 349.57º | 0.45% | 0.3% | - |
| HSV(B) | 349.57º | 0.62% | 0.44% | - |
| XYZ | 8.24 | 5.45 | 4.23 | - |
| YUV | 65 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 55 | 0 | 0.62 | 0.51 | 0.56 | 349.57 | 0.45 | 0.3 |
| Hex | 70 | 2B | 37 | 0 | 3E | 33 | 38 | 15E | 2D | 1E |
| Octal | 160 | 53 | 67 | 0 | 76 | 63 | 70 | 536 | 55 | 36 |
| Binary | 1110000 | 101011 | 110111 | 0 | 111110 | 110011 | 111000 | 101011110 | 101101 | 11110 |
Color Harmonies of #702B37
Complementary color
Monochromatic Colors of #702B37
Black with #702B37
Text Example
Text Example
White with #702B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B37; }
p { color: rgb(112,43,55); }
H1.HeaderClassName
{
color: #702B37;
}
.AnyTagClassName
{
color: #702B37;
}
</style>
background-color css
<style>
a { background-color: #702B37; }
a { background-color: rgb(112,43,55); }
div.DivClassName
{
background-color: #702B37;
}
.BgClassName
{
background-color: #702B37;
}
</style>
border-color css
<style>
span { border-color: #702B37; }
span { border-color: rgb(112,43,55); }
td.TdClassName
{
border-color: #702B37;
}
.TagClassName
{
border-color: #702B37;
}
</style>