#770403

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

Shades of Maroon #770403

Tints of Maroon #770403

Color information

#770403 (or 0x770403) is unknown color: approx Maroon. HEX triplet: 77, 04 and 03. RGB value is (119,4,3). Sum of RGB (Red+Green+Blue) = 119+4+3=126 (16% of max value = 765). Red value is 119 (46.88% from 255 or 94.44% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 119 - color contains mainly: red. Hex color #770403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770403 is #88FBFC. Grayscale: #262626. Windows color (decimal): -8977405 or 197751. OLE color: 197751.

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

Color convert

RGB11943-
CMYK00.970.970.53
HSL0.52º95.08%23.92%-
HSV(B)0.52º97.48%46.67%-
XYZ7.674.020.46-
YUV38.27108.1185.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 94.44%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=94.44%
G=3.17%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194300.970.970.530.5295.0823.92
Hex7743061613515f18
Octal16743014114165113730
Binary1110111100110110000111000011101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770403; }

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

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

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

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

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

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

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

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