Shades of Maroon #781203
Tints of Maroon #781203
RGB
CMYK
RGB Variations
Color information
#781203 (or 0x781203) is known color: Maroon. HEX triplet: 78, 12 and 03. RGB value is (120,18,3). Sum of RGB (Red+Green+Blue) = 120+18+3=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #781203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781203 is #87EDFC. Grayscale: #2E2E2E. Windows color (decimal): -8908285 or 201336. OLE color: 201336.
HSL color Cylindrical-coordinate representation of color #781203: hue angle of 7.69º 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 #781203 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.53 |
| HSL | 7.69º | 0.95% | 0.24% | - |
| HSV(B) | 7.69º | 0.98% | 0.47% | - |
| XYZ | 7.98 | 4.43 | 0.52 | - |
| YUV | 46.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 3 | 0 | 0.85 | 0.98 | 0.53 | 7.69 | 0.95 | 0.24 |
| Hex | 78 | 12 | 3 | 0 | 55 | 62 | 35 | 8 | 5F | 18 |
| Octal | 170 | 22 | 3 | 0 | 125 | 142 | 65 | 10 | 137 | 30 |
| Binary | 1111000 | 10010 | 11 | 0 | 1010101 | 1100010 | 110101 | 1000 | 1011111 | 11000 |
Color Harmonies of #781203
Complementary color
Monochromatic Colors of #781203
Black with #781203
Text Example
Text Example
White with #781203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781203; }
p { color: rgb(120,18,3); }
H1.HeaderClassName
{
color: #781203;
}
.AnyTagClassName
{
color: #781203;
}
</style>
background-color css
<style>
a { background-color: #781203; }
a { background-color: rgb(120,18,3); }
div.DivClassName
{
background-color: #781203;
}
.BgClassName
{
background-color: #781203;
}
</style>
border-color css
<style>
span { border-color: #781203; }
span { border-color: rgb(120,18,3); }
td.TdClassName
{
border-color: #781203;
}
.TagClassName
{
border-color: #781203;
}
</style>