Html Css Color HEX #771102 Maroon

📋 copy color: '#771102'

red 119 ◦ green 17 ◦ blue 2

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

Shades of Maroon #771102

Tints of Maroon #771102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 86.23%
G = 12.32%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#771102 (or 0x771102) is known color: Maroon. HEX triplet: 77, 11 and 02. RGB value is (119,17,2). Sum of RGB (Red+Green+Blue) = 119+17+2=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #771102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771102 is #88EEFD. Grayscale: #2D2D2D. Windows color (decimal): -8974078 or 135543. OLE color: 135543.

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

Color convert

RGB 119 17 2 -
CMYK 0 0.86 0.98 0.53
HSL 7.69º 0.97% 0.24% -
HSV(B) 7.69º 0.98% 0.47% -
XYZ 7.82 4.33 0.48 -
YUV 45.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 119 17 2 0 0.86 0.98 0.53 7.69 0.97 0.24
Hex 77 11 2 0 56 62 35 8 61 18
Octal 167 21 2 0 126 142 65 10 141 30
Binary 1110111 10001 10 0 1010110 1100010 110101 1000 1100001 11000

Color Harmonies of #771102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771102

Black with #771102

Text Example


Text Example

White with #771102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771102; }

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

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

background-color css

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

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

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

border-color css

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

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

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