#780A09

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

Shades of Maroon #780A09

Tints of Maroon #780A09

Color information

#780A09 (or 0x780A09) is unknown color: approx Maroon. HEX triplet: 78, 0A and 09. RGB value is (120,10,9). Sum of RGB (Red+Green+Blue) = 120+10+9=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #780A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A09 is #87F5F6. Grayscale: #2A2A2A. Windows color (decimal): -8910327 or 592504. OLE color: 592504.

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

Color convert

RGB120109-
CMYK00.920.920.53
HSL0.54º86.05%25.29%-
HSV(B)0.54º92.5%47.06%-
XYZ7.94.230.66-
YUV42.78108.94183.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.33%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=86.33%
G=7.19%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010900.920.920.530.5486.0525.29
Hex78A905C5C3515619
Octal1701211013413465112631
Binary1111000101010010101110010111001101011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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