Html Css Color HEX #770914 Burgundy

📋 copy color: '#770914'

red 119 ◦ green 9 ◦ blue 20

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

Shades of Burgundy #770914

Tints of Burgundy #770914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 80.41%
G = 6.08%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#770914 (or 0x770914) is known color: Burgundy. HEX triplet: 77, 09 and 14. RGB value is (119,9,20). Sum of RGB (Red+Green+Blue) = 119+9+20=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770914 is #88F6EB. Grayscale: #2B2B2B. Windows color (decimal): -8976108 or 1313143. OLE color: 1313143.

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

Color convert

RGB 119 9 20 -
CMYK 0 0.92 0.83 0.53
HSL 354º 0.86% 0.25% -
HSV(B) 354º 0.92% 0.47% -
XYZ 7.83 4.17 1.05 -
YUV 43.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 119 9 20 0 0.92 0.83 0.53 354 0.86 0.25
Hex 77 9 14 0 5C 53 35 162 56 19
Octal 167 11 24 0 134 123 65 542 126 31
Binary 1110111 1001 10100 0 1011100 1010011 110101 101100010 1010110 11001

Color Harmonies of #770914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770914

Black with #770914

Text Example


Text Example

White with #770914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770914; }

 p { color: rgb(119,9,20); }

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

background-color css

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

 a { background-color: rgb(119,9,20); }

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

border-color css

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

 span { border-color: rgb(119,9,20); }

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