Html Css Color HEX #77081B Burgundy

📋 copy color: '#77081B'

red 119 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #77081B

Tints of Burgundy #77081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 77.27%
G = 5.19%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77081B (or 0x77081B) is known color: Burgundy. HEX triplet: 77, 08 and 1B. RGB value is (119,8,27). Sum of RGB (Red+Green+Blue) = 119+8+27=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77081B is #88F7E4. Grayscale: #2B2B2B. Windows color (decimal): -8976357 or 1771639. OLE color: 1771639.

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

Color convert

RGB 119 8 27 -
CMYK 0 0.93 0.77 0.53
HSL 349.73º 0.87% 0.25% -
HSV(B) 349.73º 0.93% 0.47% -
XYZ 7.89 4.17 1.43 -
YUV 43.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 119 8 27 0 0.93 0.77 0.53 349.73 0.87 0.25
Hex 77 8 1B 0 5D 4D 35 15E 57 19
Octal 167 10 33 0 135 115 65 536 127 31
Binary 1110111 1000 11011 0 1011101 1001101 110101 101011110 1010111 11001

Color Harmonies of #77081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77081B

Black with #77081B

Text Example


Text Example

White with #77081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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