Shades of Claret #702733
Tints of Claret #702733
RGB
CMYK
RGB Variations
Color information
#702733 (or 0x702733) is known color: Claret. HEX triplet: 70, 27 and 33. RGB value is (112,39,51). Sum of RGB (Red+Green+Blue) = 112+39+51=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702733 is #8FD8CC. Grayscale: #3E3E3E. Windows color (decimal): -9427149 or 3352432. OLE color: 3352432.
HSL color Cylindrical-coordinate representation of color #702733: hue angle of 350.14º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702733 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 51 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.56 |
| HSL | 350.14º | 0.48% | 0.3% | - |
| HSV(B) | 350.14º | 0.65% | 0.44% | - |
| XYZ | 8.01 | 5.13 | 3.7 | - |
| YUV | 62.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 51 | 0 | 0.65 | 0.54 | 0.56 | 350.14 | 0.48 | 0.3 |
| Hex | 70 | 27 | 33 | 0 | 41 | 36 | 38 | 15E | 30 | 1E |
| Octal | 160 | 47 | 63 | 0 | 101 | 66 | 70 | 536 | 60 | 36 |
| Binary | 1110000 | 100111 | 110011 | 0 | 1000001 | 110110 | 111000 | 101011110 | 110000 | 11110 |
Color Harmonies of #702733
Complementary color
Monochromatic Colors of #702733
Black with #702733
Text Example
Text Example
White with #702733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702733; }
p { color: rgb(112,39,51); }
H1.HeaderClassName
{
color: #702733;
}
.AnyTagClassName
{
color: #702733;
}
</style>
background-color css
<style>
a { background-color: #702733; }
a { background-color: rgb(112,39,51); }
div.DivClassName
{
background-color: #702733;
}
.BgClassName
{
background-color: #702733;
}
</style>
border-color css
<style>
span { border-color: #702733; }
span { border-color: rgb(112,39,51); }
td.TdClassName
{
border-color: #702733;
}
.TagClassName
{
border-color: #702733;
}
</style>