Html Css Color HEX #770922 Burgundy

📋 copy color: '#770922'

red 119 ◦ green 9 ◦ blue 34

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

Shades of Burgundy #770922

Tints of Burgundy #770922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.99%

R = 73.46%
G = 5.56%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#770922 (or 0x770922) is known color: Burgundy. HEX triplet: 77, 09 and 22. RGB value is (119,9,34). Sum of RGB (Red+Green+Blue) = 119+9+34=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770922 is #88F6DD. Grayscale: #2C2C2C. Windows color (decimal): -8976094 or 2230647. OLE color: 2230647.

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

Color convert

RGB 119 9 34 -
CMYK 0 0.92 0.71 0.53
HSL 346.36º 0.86% 0.25% -
HSV(B) 346.36º 0.92% 0.47% -
XYZ 7.99 4.23 1.91 -
YUV 44.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 119 9 34 0 0.92 0.71 0.53 346.36 0.86 0.25
Hex 77 9 22 0 5C 47 35 15A 56 19
Octal 167 11 42 0 134 107 65 532 126 31
Binary 1110111 1001 100010 0 1011100 1000111 110101 101011010 1010110 11001

Color Harmonies of #770922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770922

Black with #770922

Text Example


Text Example

White with #770922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770922; }

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

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

background-color css

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

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

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

border-color css

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

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

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