Html Css Color HEX #77041B Burgundy

📋 copy color: '#77041B'

red 119 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #77041B

Tints of Burgundy #77041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 27 (10.94% from 255) = 18%

R = 79.33%
G = 2.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77041B (or 0x77041B) is known color: Burgundy. HEX triplet: 77, 04 and 1B. RGB value is (119,4,27). Sum of RGB (Red+Green+Blue) = 119+4+27=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #77041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77041B is #88FBE4. Grayscale: #292929. Windows color (decimal): -8977381 or 1770615. OLE color: 1770615.

HSL color Cylindrical-coordinate representation of color #77041B: hue angle of 348º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77041B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 27 -
CMYK 0 0.97 0.77 0.53
HSL 348º 0.93% 0.24% -
HSV(B) 348º 0.97% 0.47% -
XYZ 7.85 4.09 1.41 -
YUV 41.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 119 4 27 0 0.97 0.77 0.53 348 0.93 0.24
Hex 77 4 1B 0 61 4D 35 15C 5D 18
Octal 167 4 33 0 141 115 65 534 135 30
Binary 1110111 100 11011 0 1100001 1001101 110101 101011100 1011101 11000

Color Harmonies of #77041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77041B

Black with #77041B

Text Example


Text Example

White with #77041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77041B; }

 p { color: rgb(119,4,27); }

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

background-color css

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

 a { background-color: rgb(119,4,27); }

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

border-color css

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

 span { border-color: rgb(119,4,27); }

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