Html Css Color HEX #770229 Burgundy

📋 copy color: '#770229'

red 119 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #770229

Tints of Burgundy #770229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 73.46%
G = 1.23%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770229 (or 0x770229) is known color: Burgundy. HEX triplet: 77, 02 and 29. RGB value is (119,2,41). Sum of RGB (Red+Green+Blue) = 119+2+41=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770229 is #88FDD6. Grayscale: #292929. Windows color (decimal): -8977879 or 2687607. OLE color: 2687607.

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

Color convert

RGB 119 2 41 -
CMYK 0 0.98 0.66 0.53
HSL 340º 0.97% 0.24% -
HSV(B) 340º 0.98% 0.47% -
XYZ 8.03 4.13 2.47 -
YUV 41.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 119 2 41 0 0.98 0.66 0.53 340 0.97 0.24
Hex 77 2 29 0 62 42 35 154 61 18
Octal 167 2 51 0 142 102 65 524 141 30
Binary 1110111 10 101001 0 1100010 1000010 110101 101010100 1100001 11000

Color Harmonies of #770229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770229

Black with #770229

Text Example


Text Example

White with #770229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770229; }

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

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

background-color css

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

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

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

border-color css

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

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

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