Html Css Color HEX #770729 Burgundy

📋 copy color: '#770729'

red 119 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #770729

Tints of Burgundy #770729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 71.26%
G = 4.19%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770729 (or 0x770729) is known color: Burgundy. HEX triplet: 77, 07 and 29. RGB value is (119,7,41). Sum of RGB (Red+Green+Blue) = 119+7+41=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #770729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770729 is #88F8D6. Grayscale: #2C2C2C. Windows color (decimal): -8976599 or 2688887. OLE color: 2688887.

HSL color Cylindrical-coordinate representation of color #770729: hue angle of 341.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770729 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 41 -
CMYK 0 0.94 0.66 0.53
HSL 341.79º 0.89% 0.25% -
HSV(B) 341.79º 0.94% 0.47% -
XYZ 8.08 4.23 2.49 -
YUV 44.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 119 7 41 0 0.94 0.66 0.53 341.79 0.89 0.25
Hex 77 7 29 0 5E 42 35 156 59 19
Octal 167 7 51 0 136 102 65 526 131 31
Binary 1110111 111 101001 0 1011110 1000010 110101 101010110 1011001 11001

Color Harmonies of #770729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770729

Black with #770729

Text Example


Text Example

White with #770729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770729; }

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

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

background-color css

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

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

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

border-color css

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

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

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