#771503

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

Shades of Maroon #771503

Tints of Maroon #771503

Color information

#771503 (or 0x771503) is unknown color: approx Maroon. HEX triplet: 77, 15 and 03. RGB value is (119,21,3). Sum of RGB (Red+Green+Blue) = 119+21+3=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #771503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771503 is #88EAFC. Grayscale: #303030. Windows color (decimal): -8973053 or 202103. OLE color: 202103.

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

Color convert

RGB119213-
CMYK00.820.970.53
HSL9.31º95.08%23.92%-
HSV(B)9.31º97.48%46.67%-
XYZ7.894.460.53-
YUV48.25102.47178.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.22%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=83.22%
G=14.69%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11921300.820.970.539.3195.0823.92
Hex77153052613595f18
Octal1672530122141651113730
Binary111011110101110101001011000011101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771503; }

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

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

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

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

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

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

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

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