Html Css Color HEX #770511 Burgundy

📋 copy color: '#770511'

red 119 ◦ green 5 ◦ blue 17

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

Shades of Burgundy #770511

Tints of Burgundy #770511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 84.4%
G = 3.55%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#770511 (or 0x770511) is known color: Burgundy. HEX triplet: 77, 05 and 11. RGB value is (119,5,17). Sum of RGB (Red+Green+Blue) = 119+5+17=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770511 is #88FAEE. Grayscale: #282828. Windows color (decimal): -8977135 or 1115511. OLE color: 1115511.

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

Color convert

RGB 119 5 17 -
CMYK 0 0.96 0.86 0.53
HSL 353.68º 0.92% 0.24% -
HSV(B) 353.68º 0.96% 0.47% -
XYZ 7.76 4.07 0.91 -
YUV 40.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 119 5 17 0 0.96 0.86 0.53 353.68 0.92 0.24
Hex 77 5 11 0 60 56 35 162 5C 18
Octal 167 5 21 0 140 126 65 542 134 30
Binary 1110111 101 10001 0 1100000 1010110 110101 101100010 1011100 11000

Color Harmonies of #770511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770511

Black with #770511

Text Example


Text Example

White with #770511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770511; }

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

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

background-color css

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

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

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

border-color css

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

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

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