#781001

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

Shades of Maroon #781001

Tints of Maroon #781001

Color information

#781001 (or 0x781001) is unknown color: approx Maroon. HEX triplet: 78, 10 and 01. RGB value is (120,16,1). Sum of RGB (Red+Green+Blue) = 120+16+1=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #781001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781001 is #87EFFE. Grayscale: #2D2D2D. Windows color (decimal): -8908799 or 69752. OLE color: 69752.

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

Color convert

RGB120161-
CMYK00.870.990.53
HSL7.56º98.35%23.73%-
HSV(B)7.56º99.17%47.06%-
XYZ7.944.370.45-
YUV45.39102.96181.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 87.59%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=87.59%
G=11.68%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016100.870.990.537.5698.3523.73
Hex78101057633586218
Octal1702010127143651014230
Binary11110001000010101011111000111101011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781001; }

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

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

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

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

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

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

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

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