#780B04

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

Shades of Maroon #780B04

Tints of Maroon #780B04

Color information

#780B04 (or 0x780B04) is unknown color: approx Maroon. HEX triplet: 78, 0B and 04. RGB value is (120,11,4). Sum of RGB (Red+Green+Blue) = 120+11+4=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #780B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B04 is #87F4FB. Grayscale: #2A2A2A. Windows color (decimal): -8910076 or 265080. OLE color: 265080.

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

Color convert

RGB120114-
CMYK00.910.970.53
HSL3.62º93.55%24.31%-
HSV(B)3.62º96.67%47.06%-
XYZ7.894.240.52-
YUV42.79106.11183.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 88.89%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=88.89%
G=8.15%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011400.910.970.533.6293.5524.31
Hex78B405B613545e18
Octal170134013314165413630
Binary11110001011100010110111100001110101100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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