#781403

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

Shades of Maroon #781403

Tints of Maroon #781403

Color information

#781403 (or 0x781403) is unknown color: approx Maroon. HEX triplet: 78, 14 and 03. RGB value is (120,20,3). Sum of RGB (Red+Green+Blue) = 120+20+3=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781403 is #87EBFC. Grayscale: #303030. Windows color (decimal): -8907773 or 201848. OLE color: 201848.

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

Color convert

RGB120203-
CMYK00.830.980.53
HSL8.72º95.12%24.12%-
HSV(B)8.72º97.5%47.06%-
XYZ8.014.50.53-
YUV47.96102.63179.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=83.92%
G=13.99%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12020300.830.980.538.7295.1224.12
Hex78143053623595f18
Octal1702430123142651113730
Binary111100010100110101001111000101101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781403; }

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

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

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

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

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

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

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

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