#781200

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

Shades of Maroon #781200

Tints of Maroon #781200

Color information

#781200 (or 0x781200) is unknown color: approx Maroon. HEX triplet: 78, 12 and 00. RGB value is (120,18,0). Sum of RGB (Red+Green+Blue) = 120+18+0=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #781200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781200 is #87EDFF. Grayscale: #2E2E2E. Windows color (decimal): -8908288 or 4728. OLE color: 4728.

HSL color Cylindrical-coordinate representation of color #781200: hue angle of 9º 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 #781200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB120180-
CMYK00.8510.53
HSL100%23.53%-
HSV(B)100%47.06%-
XYZ7.964.430.43-
YUV46.45101.79180.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.96%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.96%
G=13.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12018000.8510.53910023.53
Hex78120055643596418
Octal1702200125144651114430
Binary11110001001000101010111001001101011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781200; }

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

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

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

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

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

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

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

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