#780401

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

Shades of Maroon #780401

Tints of Maroon #780401

Color information

#780401 (or 0x780401) is unknown color: approx Maroon. HEX triplet: 78, 04 and 01. RGB value is (120,4,1). Sum of RGB (Red+Green+Blue) = 120+4+1=125 (16% of max value = 765). Red value is 120 (47.27% from 255 or 96% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 120 - color contains mainly: red. Hex color #780401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780401 is #87FBFE. Grayscale: #262626. Windows color (decimal): -8911871 or 66680. OLE color: 66680.

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

Color convert

RGB12041-
CMYK00.970.990.53
HSL1.51º98.35%23.73%-
HSV(B)1.51º99.17%47.06%-
XYZ7.794.080.41-
YUV38.34106.93186.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 96%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=96%
G=3.2%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204100.970.990.531.5198.3523.73
Hex7841061633526218
Octal17041014114365214230
Binary1111000100101100001110001111010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780401; }

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

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

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

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

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

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

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

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