#781404

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

Shades of Maroon #781404

Tints of Maroon #781404

Color information

#781404 (or 0x781404) is unknown color: approx Maroon. HEX triplet: 78, 14 and 04. RGB value is (120,20,4). Sum of RGB (Red+Green+Blue) = 120+20+4=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781404 is #87EBFB. Grayscale: #303030. Windows color (decimal): -8907772 or 267384. OLE color: 267384.

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

Color convert

RGB120204-
CMYK00.830.970.53
HSL8.28º93.55%24.31%-
HSV(B)8.28º96.67%47.06%-
XYZ8.024.50.56-
YUV48.08103.13179.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=83.33%
G=13.89%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12020400.830.970.538.2893.5524.31
Hex78144053613585e18
Octal1702440123141651013630
Binary1111000101001000101001111000011101011000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781404; }

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

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

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

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

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

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

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

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