#780801

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

Shades of Maroon #780801

Tints of Maroon #780801

Color information

#780801 (or 0x780801) is unknown color: approx Maroon. HEX triplet: 78, 08 and 01. RGB value is (120,8,1). Sum of RGB (Red+Green+Blue) = 120+8+1=129 (17% of max value = 765). Red value is 120 (47.27% from 255 or 93.02% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 120 - color contains mainly: red. Hex color #780801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780801 is #87F7FE. Grayscale: #282828. Windows color (decimal): -8910847 or 67704. OLE color: 67704.

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

Color convert

RGB12081-
CMYK00.930.990.53
HSL3.53º98.35%23.73%-
HSV(B)3.53º99.17%47.06%-
XYZ7.844.170.42-
YUV40.69105.61184.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 93.02%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=93.02%
G=6.20%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208100.930.990.533.5398.3523.73
Hex788105D633546218
Octal170101013514365414230
Binary111100010001010111011100011110101100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780801; }

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

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

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

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

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

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

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

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