Shades of Claret #702638
Tints of Claret #702638
RGB
CMYK
RGB Variations
Color information
#702638 (or 0x702638) is known color: Claret. HEX triplet: 70, 26 and 38. RGB value is (112,38,56). Sum of RGB (Red+Green+Blue) = 112+38+56=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702638 is #8FD9C7. Grayscale: #3E3E3E. Windows color (decimal): -9427400 or 3679856. OLE color: 3679856.
HSL color Cylindrical-coordinate representation of color #702638: hue angle of 345.41º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702638 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 56 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.56 |
| HSL | 345.41º | 0.49% | 0.29% | - |
| HSV(B) | 345.41º | 0.66% | 0.44% | - |
| XYZ | 8.09 | 5.12 | 4.3 | - |
| YUV | 62.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 56 | 0 | 0.66 | 0.50 | 0.56 | 345.41 | 0.49 | 0.29 |
| Hex | 70 | 26 | 38 | 0 | 42 | 32 | 38 | 159 | 31 | 1D |
| Octal | 160 | 46 | 70 | 0 | 102 | 62 | 70 | 531 | 61 | 35 |
| Binary | 1110000 | 100110 | 111000 | 0 | 1000010 | 110010 | 111000 | 101011001 | 110001 | 11101 |
Color Harmonies of #702638
Complementary color
Monochromatic Colors of #702638
Black with #702638
Text Example
Text Example
White with #702638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702638; }
p { color: rgb(112,38,56); }
H1.HeaderClassName
{
color: #702638;
}
.AnyTagClassName
{
color: #702638;
}
</style>
background-color css
<style>
a { background-color: #702638; }
a { background-color: rgb(112,38,56); }
div.DivClassName
{
background-color: #702638;
}
.BgClassName
{
background-color: #702638;
}
</style>
border-color css
<style>
span { border-color: #702638; }
span { border-color: rgb(112,38,56); }
td.TdClassName
{
border-color: #702638;
}
.TagClassName
{
border-color: #702638;
}
</style>