#781100

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

Shades of Maroon #781100

Tints of Maroon #781100

Color information

#781100 (or 0x781100) is unknown color: approx Maroon. HEX triplet: 78, 11 and 00. RGB value is (120,17,0). Sum of RGB (Red+Green+Blue) = 120+17+0=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #781100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781100 is #87EEFF. Grayscale: #2E2E2E. Windows color (decimal): -8908544 or 4472. OLE color: 4472.

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

Color convert

RGB120170-
CMYK00.8610.53
HSL8.5º100%23.53%-
HSV(B)8.5º100%47.06%-
XYZ7.954.390.43-
YUV45.86102.12180.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 87.59%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.59%
G=12.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12017000.8610.538.510023.53
Hex78110056643586418
Octal1702100126144651014430
Binary11110001000100101011011001001101011000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781100; }

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

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

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

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

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

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

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

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