#780403

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

Shades of Maroon #780403

Tints of Maroon #780403

Color information

#780403 (or 0x780403) is unknown color: approx Maroon. HEX triplet: 78, 04 and 03. RGB value is (120,4,3). Sum of RGB (Red+Green+Blue) = 120+4+3=127 (16% of max value = 765). Red value is 120 (47.27% from 255 or 94.49% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 120 - color contains mainly: red. Hex color #780403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780403 is #87FBFC. Grayscale: #262626. Windows color (decimal): -8911869 or 197752. OLE color: 197752.

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

Color convert

RGB12043-
CMYK00.970.980.53
HSL0.51º95.12%24.12%-
HSV(B)0.51º97.5%47.06%-
XYZ7.814.090.46-
YUV38.57107.93186.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 94.49%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=94.49%
G=3.15%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204300.970.980.530.5195.1224.12
Hex7843061623515f18
Octal17043014114265113730
Binary1111000100110110000111000101101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780403; }

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

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

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

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

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

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

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

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