Html Css Color HEX #771100 Maroon

📋 copy color: '#771100'

red 119 ◦ green 17 ◦ blue 0

#771100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #771100

Tints of Maroon #771100

RGB

 RED value IS 119 (46.88% from 255) = 87.5%

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771100 (or 0x771100) is known color: Maroon. HEX triplet: 77, 11 and 00. RGB value is (119,17,0). Sum of RGB (Red+Green+Blue) = 119+17+0=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #771100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771100 is #88EEFF. Grayscale: #2D2D2D. Windows color (decimal): -8974080 or 4471. OLE color: 4471.

HSL color Cylindrical-coordinate representation of color #771100: hue angle of 8.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #771100 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 0 -
CMYK 0 0.86 1 0.53
HSL 8.57º 1% 0.23% -
HSV(B) 8.57º 1% 0.47% -
XYZ 7.81 4.32 0.42 -
YUV 45.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 119 17 0 0 0.86 1 0.53 8.57 1 0.23
Hex 77 11 0 0 56 64 35 9 64 17
Octal 167 21 0 0 126 144 65 11 144 27
Binary 1110111 10001 0 0 1010110 1100100 110101 1001 1100100 10111

Color Harmonies of #771100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771100

Black with #771100

Text Example


Text Example

White with #771100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771100; }

 p { color: rgb(119,17,0); }

 H1.HeaderClassName
 {
   color: #771100;
 }
 .AnyTagClassName
 {
   color: #771100;
 }
</style>

background-color css

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

 a { background-color: rgb(119,17,0); }

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

border-color css

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

 span { border-color: rgb(119,17,0); }

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