Html Css Color HEX #770029 Burgundy

📋 copy color: '#770029'

red 119 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #770029

Tints of Burgundy #770029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.38%
G = 0%
B = 25.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770029 (or 0x770029) is known color: Burgundy. HEX triplet: 77, 00 and 29. RGB value is (119,0,41). Sum of RGB (Red+Green+Blue) = 119+0+41=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770029 is #88FFD6. Grayscale: #282828. Windows color (decimal): -8978391 or 2687095. OLE color: 2687095.

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

Color convert

RGB 119 0 41 -
CMYK 0 1 0.66 0.53
HSL 339.33º 1% 0.23% -
HSV(B) 339.33º 1% 0.47% -
XYZ 8.01 4.08 2.46 -
YUV 40.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 119 0 41 0 1 0.66 0.53 339.33 1 0.23
Hex 77 0 29 0 64 42 35 153 64 17
Octal 167 0 51 0 144 102 65 523 144 27
Binary 1110111 0 101001 0 1100100 1000010 110101 101010011 1100100 10111

Color Harmonies of #770029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770029

Black with #770029

Text Example


Text Example

White with #770029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770029; }

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

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

background-color css

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

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

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

border-color css

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

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

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