#771403

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

Shades of Maroon #771403

Tints of Maroon #771403

Color information

#771403 (or 0x771403) is unknown color: approx Maroon. HEX triplet: 77, 14 and 03. RGB value is (119,20,3). Sum of RGB (Red+Green+Blue) = 119+20+3=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #771403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771403 is #88EBFC. Grayscale: #2F2F2F. Windows color (decimal): -8973309 or 201847. OLE color: 201847.

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

Color convert

RGB119203-
CMYK00.830.970.53
HSL8.79º95.08%23.92%-
HSV(B)8.79º97.48%46.67%-
XYZ7.874.430.53-
YUV47.66102.8178.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.80%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=83.80%
G=14.08%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11920300.830.970.538.7995.0823.92
Hex77143053613595f18
Octal1672430123141651113730
Binary111011110100110101001111000011101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771403; }

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

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

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

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

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

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

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

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