#780806

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

Shades of Maroon #780806

Tints of Maroon #780806

Color information

#780806 (or 0x780806) is unknown color: approx Maroon. HEX triplet: 78, 08 and 06. RGB value is (120,8,6). Sum of RGB (Red+Green+Blue) = 120+8+6=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #780806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780806 is #87F7F9. Grayscale: #292929. Windows color (decimal): -8910842 or 395384. OLE color: 395384.

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

Color convert

RGB12086-
CMYK00.930.950.53
HSL1.05º90.48%24.71%-
HSV(B)1.05º95%47.06%-
XYZ7.874.180.56-
YUV41.26108.11184.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 89.55%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=89.55%
G=5.97%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208600.930.950.531.0590.4824.71
Hex788605D5F3515a19
Octal170106013513765113231
Binary111100010001100101110110111111101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780806; }

 p { color: rgb(120,8,6); }

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

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

 a { background-color: rgb(120,8,6); }

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

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

 span { border-color: rgb(120,8,6); }

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