#780B0A

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

Shades of Maroon #780B0A

Tints of Maroon #780B0A

Color information

#780B0A (or 0x780B0A) is unknown color: approx Maroon. HEX triplet: 78, 0B and 0A. RGB value is (120,11,10). Sum of RGB (Red+Green+Blue) = 120+11+10=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #780B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B0A is #87F4F5. Grayscale: #2B2B2B. Windows color (decimal): -8910070 or 658296. OLE color: 658296.

HSL color Cylindrical-coordinate representation of color #780B0A: hue angle of 0.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780B0A is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1201110-
CMYK00.910.920.53
HSL0.55º84.62%25.49%-
HSV(B)0.55º91.67%47.06%-
XYZ7.924.250.69-
YUV43.48109.11182.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.11%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=85.11%
G=7.80%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120111000.910.920.530.5584.6225.49
Hex78BA05B5C3515519
Octal1701312013313465112531
Binary1111000101110100101101110111001101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780B0A; }

 p { color: rgb(120,11,10); }

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

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

 a { background-color: rgb(120,11,10); }

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

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

 span { border-color: rgb(120,11,10); }

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