Html Css Color HEX #770E11 Burgundy

📋 copy color: '#770E11'

red 119 ◦ green 14 ◦ blue 17

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

Shades of Burgundy #770E11

Tints of Burgundy #770E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.33%

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 79.33%
G = 9.33%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#770E11 (or 0x770E11) is known color: Burgundy. HEX triplet: 77, 0E and 11. RGB value is (119,14,17). Sum of RGB (Red+Green+Blue) = 119+14+17=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #770E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E11 is #88F1EE. Grayscale: #2D2D2D. Windows color (decimal): -8974831 or 1117815. OLE color: 1117815.

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

Color convert

RGB 119 14 17 -
CMYK 0 0.88 0.86 0.53
HSL 358.29º 0.79% 0.26% -
HSV(B) 358.29º 0.88% 0.47% -
XYZ 7.87 4.28 0.94 -
YUV 45.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 119 14 17 0 0.88 0.86 0.53 358.29 0.79 0.26
Hex 77 E 11 0 58 56 35 166 4F 1A
Octal 167 16 21 0 130 126 65 546 117 32
Binary 1110111 1110 10001 0 1011000 1010110 110101 101100110 1001111 11010

Color Harmonies of #770E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E11

Black with #770E11

Text Example


Text Example

White with #770E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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