Shades of Monarch #702629
Tints of Monarch #702629
RGB
CMYK
RGB Variations
Color information
#702629 (or 0x702629) is known color: Monarch. HEX triplet: 70, 26 and 29. RGB value is (112,38,41). Sum of RGB (Red+Green+Blue) = 112+38+41=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #702629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702629 is #8FD9D6. Grayscale: #3C3C3C. Windows color (decimal): -9427415 or 2696816. OLE color: 2696816.
HSL color Cylindrical-coordinate representation of color #702629: hue angle of 357.57º 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 #702629 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 41 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.56 |
| HSL | 357.57º | 0.49% | 0.29% | - |
| HSV(B) | 357.57º | 0.66% | 0.44% | - |
| XYZ | 7.78 | 4.99 | 2.65 | - |
| YUV | 60.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 41 | 0 | 0.66 | 0.63 | 0.56 | 357.57 | 0.49 | 0.29 |
| Hex | 70 | 26 | 29 | 0 | 42 | 3F | 38 | 166 | 31 | 1D |
| Octal | 160 | 46 | 51 | 0 | 102 | 77 | 70 | 546 | 61 | 35 |
| Binary | 1110000 | 100110 | 101001 | 0 | 1000010 | 111111 | 111000 | 101100110 | 110001 | 11101 |
Color Harmonies of #702629
Complementary color
Monochromatic Colors of #702629
Black with #702629
Text Example
Text Example
White with #702629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702629; }
p { color: rgb(112,38,41); }
H1.HeaderClassName
{
color: #702629;
}
.AnyTagClassName
{
color: #702629;
}
</style>
background-color css
<style>
a { background-color: #702629; }
a { background-color: rgb(112,38,41); }
div.DivClassName
{
background-color: #702629;
}
.BgClassName
{
background-color: #702629;
}
</style>
border-color css
<style>
span { border-color: #702629; }
span { border-color: rgb(112,38,41); }
td.TdClassName
{
border-color: #702629;
}
.TagClassName
{
border-color: #702629;
}
</style>