#770B03

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

Shades of Maroon #770B03

Tints of Maroon #770B03

Color information

#770B03 (or 0x770B03) is unknown color: approx Maroon. HEX triplet: 77, 0B and 03. RGB value is (119,11,3). Sum of RGB (Red+Green+Blue) = 119+11+3=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #770B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B03 is #88F4FC. Grayscale: #2A2A2A. Windows color (decimal): -8975613 or 199543. OLE color: 199543.

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

Color convert

RGB119113-
CMYK00.910.970.53
HSL4.14º95.08%23.92%-
HSV(B)4.14º97.48%46.67%-
XYZ7.744.170.48-
YUV42.38105.78182.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 89.47%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=89.47%
G=8.27%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911300.910.970.534.1495.0823.92
Hex77B305B613545f18
Octal167133013314165413730
Binary1110111101111010110111100001110101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770B03; }

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

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

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

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

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

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

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

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