#781503

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

Shades of Maroon #781503

Tints of Maroon #781503

Color information

#781503 (or 0x781503) is unknown color: approx Maroon. HEX triplet: 78, 15 and 03. RGB value is (120,21,3). Sum of RGB (Red+Green+Blue) = 120+21+3=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781503 is #87EAFC. Grayscale: #303030. Windows color (decimal): -8907517 or 202104. OLE color: 202104.

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

Color convert

RGB120213-
CMYK00.830.980.53
HSL9.23º95.12%24.12%-
HSV(B)9.23º97.5%47.06%-
XYZ8.034.540.54-
YUV48.55102.3178.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=83.33%
G=14.58%
B=2.08%

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
Decimal12021300.830.980.539.2395.1224.12
Hex78153053623595f18
Octal1702530123142651113730
Binary111100010101110101001111000101101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781503; }

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

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

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

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

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

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

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

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