Shades of Maroon #781003
Tints of Maroon #781003
RGB
CMYK
RGB Variations
Color information
#781003 (or 0x781003) is known color: Maroon. HEX triplet: 78, 10 and 03. RGB value is (120,16,3). Sum of RGB (Red+Green+Blue) = 120+16+3=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #781003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781003 is #87EFFC. Grayscale: #2D2D2D. Windows color (decimal): -8908797 or 200824. OLE color: 200824.
HSL color Cylindrical-coordinate representation of color #781003: hue angle of 6.67º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #781003 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.53 |
| HSL | 6.67º | 0.95% | 0.24% | - |
| HSV(B) | 6.67º | 0.98% | 0.47% | - |
| XYZ | 7.95 | 4.37 | 0.51 | - |
| YUV | 45.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 3 | 0 | 0.87 | 0.98 | 0.53 | 6.67 | 0.95 | 0.24 |
| Hex | 78 | 10 | 3 | 0 | 57 | 62 | 35 | 7 | 5F | 18 |
| Octal | 170 | 20 | 3 | 0 | 127 | 142 | 65 | 7 | 137 | 30 |
| Binary | 1111000 | 10000 | 11 | 0 | 1010111 | 1100010 | 110101 | 111 | 1011111 | 11000 |
Color Harmonies of #781003
Complementary color
Monochromatic Colors of #781003
Black with #781003
Text Example
Text Example
White with #781003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781003; }
p { color: rgb(120,16,3); }
H1.HeaderClassName
{
color: #781003;
}
.AnyTagClassName
{
color: #781003;
}
</style>
background-color css
<style>
a { background-color: #781003; }
a { background-color: rgb(120,16,3); }
div.DivClassName
{
background-color: #781003;
}
.BgClassName
{
background-color: #781003;
}
</style>
border-color css
<style>
span { border-color: #781003; }
span { border-color: rgb(120,16,3); }
td.TdClassName
{
border-color: #781003;
}
.TagClassName
{
border-color: #781003;
}
</style>