Shades of Maroon #700303
Tints of Maroon #700303
RGB
CMYK
RGB Variations
Color information
#700303 (or 0x700303) is known color: Maroon. HEX triplet: 70, 03 and 03. RGB value is (112,3,3). Sum of RGB (Red+Green+Blue) = 112+3+3=118 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.92% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 112 - color contains mainly: red. Hex color #700303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700303 is #8FFCFC. Grayscale: #232323. Windows color (decimal): -9436413 or 197488. OLE color: 197488.
HSL color Cylindrical-coordinate representation of color #700303: hue angle of 0º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.56 |
| HSL | 0º | 0.95% | 0.23% | - |
| HSV(B) | 0º | 0.97% | 0.44% | - |
| XYZ | 6.73 | 3.52 | 0.41 | - |
| YUV | 35.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 3 | 0 | 0.97 | 0.97 | 0.56 | 0 | 0.95 | 0.23 |
| Hex | 70 | 3 | 3 | 0 | 61 | 61 | 38 | 0 | 5F | 17 |
| Octal | 160 | 3 | 3 | 0 | 141 | 141 | 70 | 0 | 137 | 27 |
| Binary | 1110000 | 11 | 11 | 0 | 1100001 | 1100001 | 111000 | 0 | 1011111 | 10111 |
Color Harmonies of #700303
Complementary color
Monochromatic Colors of #700303
Black with #700303
Text Example
Text Example
White with #700303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700303; }
p { color: rgb(112,3,3); }
H1.HeaderClassName
{
color: #700303;
}
.AnyTagClassName
{
color: #700303;
}
</style>
background-color css
<style>
a { background-color: #700303; }
a { background-color: rgb(112,3,3); }
div.DivClassName
{
background-color: #700303;
}
.BgClassName
{
background-color: #700303;
}
</style>
border-color css
<style>
span { border-color: #700303; }
span { border-color: rgb(112,3,3); }
td.TdClassName
{
border-color: #700303;
}
.TagClassName
{
border-color: #700303;
}
</style>