Html Css Color HEX #770529 Burgundy

📋 copy color: '#770529'

red 119 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #770529

Tints of Burgundy #770529

RGB

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

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

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

R = 72.12%
G = 3.03%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770529 (or 0x770529) is known color: Burgundy. HEX triplet: 77, 05 and 29. RGB value is (119,5,41). Sum of RGB (Red+Green+Blue) = 119+5+41=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770529 is #88FAD6. Grayscale: #2B2B2B. Windows color (decimal): -8977111 or 2688375. OLE color: 2688375.

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

Color convert

RGB 119 5 41 -
CMYK 0 0.96 0.66 0.53
HSL 341.05º 0.92% 0.24% -
HSV(B) 341.05º 0.96% 0.47% -
XYZ 8.06 4.19 2.48 -
YUV 43.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 119 5 41 0 0.96 0.66 0.53 341.05 0.92 0.24
Hex 77 5 29 0 60 42 35 155 5C 18
Octal 167 5 51 0 140 102 65 525 134 30
Binary 1110111 101 101001 0 1100000 1000010 110101 101010101 1011100 11000

Color Harmonies of #770529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770529

Black with #770529

Text Example


Text Example

White with #770529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770529; }

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

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

background-color css

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

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

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

border-color css

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

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

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