Html Css Color HEX #770129 Burgundy

📋 copy color: '#770129'

red 119 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #770129

Tints of Burgundy #770129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 73.91%
G = 0.62%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770129 (or 0x770129) is known color: Burgundy. HEX triplet: 77, 01 and 29. RGB value is (119,1,41). Sum of RGB (Red+Green+Blue) = 119+1+41=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770129 is #88FED6. Grayscale: #282828. Windows color (decimal): -8978135 or 2687351. OLE color: 2687351.

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

Color convert

RGB 119 1 41 -
CMYK 0 0.99 0.66 0.53
HSL 339.66º 0.98% 0.24% -
HSV(B) 339.66º 0.99% 0.47% -
XYZ 8.02 4.1 2.47 -
YUV 40.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 119 1 41 0 0.99 0.66 0.53 339.66 0.98 0.24
Hex 77 1 29 0 63 42 35 154 62 18
Octal 167 1 51 0 143 102 65 524 142 30
Binary 1110111 1 101001 0 1100011 1000010 110101 101010100 1100010 11000

Color Harmonies of #770129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770129

Black with #770129

Text Example


Text Example

White with #770129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770129; }

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

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

background-color css

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

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

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

border-color css

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

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

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