Html Css Color HEX #770B29 Burgundy

📋 copy color: '#770B29'

red 119 ◦ green 11 ◦ blue 41

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

Shades of Burgundy #770B29

Tints of Burgundy #770B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

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

R = 69.59%
G = 6.43%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770B29 (or 0x770B29) is known color: Burgundy. HEX triplet: 77, 0B and 29. RGB value is (119,11,41). Sum of RGB (Red+Green+Blue) = 119+11+41=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #770B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B29 is #88F4D6. Grayscale: #2E2E2E. Windows color (decimal): -8975575 or 2689911. OLE color: 2689911.

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

Color convert

RGB 119 11 41 -
CMYK 0 0.91 0.66 0.53
HSL 343.33º 0.83% 0.25% -
HSV(B) 343.33º 0.91% 0.47% -
XYZ 8.13 4.32 2.5 -
YUV 46.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 119 11 41 0 0.91 0.66 0.53 343.33 0.83 0.25
Hex 77 B 29 0 5B 42 35 157 53 19
Octal 167 13 51 0 133 102 65 527 123 31
Binary 1110111 1011 101001 0 1011011 1000010 110101 101010111 1010011 11001

Color Harmonies of #770B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B29

Black with #770B29

Text Example


Text Example

White with #770B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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