#781106

Color #781106 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #781106

Tints of Maroon #781106

Color information

#781106 (or 0x781106) is unknown color: approx Maroon. HEX triplet: 78, 11 and 06. RGB value is (120,17,6). Sum of RGB (Red+Green+Blue) = 120+17+6=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781106 is #87EEF9. Grayscale: #2E2E2E. Windows color (decimal): -8908538 or 397688. OLE color: 397688.

HSL color Cylindrical-coordinate representation of color #781106: hue angle of 5.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #781106 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB120176-
CMYK00.860.950.53
HSL5.79º90.48%24.71%-
HSV(B)5.79º95%47.06%-
XYZ7.984.410.6-
YUV46.54105.12180.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=83.92%
G=11.89%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12017600.860.950.535.7990.4824.71
Hex781160565F3565a19
Octal170216012613765613231
Binary111100010001110010101101011111110101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781106; }

 p { color: rgb(120,17,6); }

 H1.HeaderClassName
 {
   color: #781106;
 }
 .AnyTagClassName
 {
   color: #781106;
 }
</style>
background-color css

<style>
 a { background-color: #781106; }

 a { background-color: rgb(120,17,6); }

 div.DivClassName
 {
   background-color: #781106;
 }
 .BgClassName
 {
   background-color: #781106;
 }
</style>
border-color css

<style>
 span { border-color: #781106; }

 span { border-color: rgb(120,17,6); }

 td.TdClassName
 {
   border-color: #781106;
 }
 .TagClassName
 {
   border-color: #781106;
 }
</style>