Html Css Color HEX #770211 Burgundy

📋 copy color: '#770211'

red 119 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #770211

Tints of Burgundy #770211

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #770211: hue angle of 352.31º 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 #770211 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 2 17 -
CMYK 0 0.98 0.86 0.53
HSL 352.31º 0.97% 0.24% -
HSV(B) 352.31º 0.98% 0.47% -
XYZ 7.73 4.01 0.9 -
YUV 38.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 119 2 17 0 0.98 0.86 0.53 352.31 0.97 0.24
Hex 77 2 11 0 62 56 35 160 61 18
Octal 167 2 21 0 142 126 65 540 141 30
Binary 1110111 10 10001 0 1100010 1010110 110101 101100000 1100001 11000

Color Harmonies of #770211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770211

Black with #770211

Text Example


Text Example

White with #770211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770211; }

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

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

background-color css

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

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

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

border-color css

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

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

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