#781102

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

Shades of Maroon #781102

Tints of Maroon #781102

Color information

#781102 (or 0x781102) is unknown color: approx Maroon. HEX triplet: 78, 11 and 02. RGB value is (120,17,2). Sum of RGB (Red+Green+Blue) = 120+17+2=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #781102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781102 is #87EEFD. Grayscale: #2E2E2E. Windows color (decimal): -8908542 or 135544. OLE color: 135544.

HSL color Cylindrical-coordinate representation of color #781102: hue angle of 7.63º degrees, saturation: 0.97, 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 #781102 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB120172-
CMYK00.860.980.53
HSL7.63º96.72%23.92%-
HSV(B)7.63º98.33%47.06%-
XYZ7.964.40.49-
YUV46.09103.12180.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.33%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=86.33%
G=12.23%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12017200.860.980.537.6396.7223.92
Hex78112056623586118
Octal1702120126142651014130
Binary111100010001100101011011000101101011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781102; }

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

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

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

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

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

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

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

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