Html Css Color HEX #77081C Burgundy

📋 copy color: '#77081C'

red 119 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #77081C

Tints of Burgundy #77081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 76.77%
G = 5.16%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77081C (or 0x77081C) is known color: Burgundy. HEX triplet: 77, 08 and 1C. RGB value is (119,8,28). Sum of RGB (Red+Green+Blue) = 119+8+28=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #77081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77081C is #88F7E3. Grayscale: #2B2B2B. Windows color (decimal): -8976356 or 1837175. OLE color: 1837175.

HSL color Cylindrical-coordinate representation of color #77081C: hue angle of 349.19º 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 #77081C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 28 -
CMYK 0 0.93 0.76 0.53
HSL 349.19º 0.87% 0.25% -
HSV(B) 349.19º 0.93% 0.47% -
XYZ 7.9 4.18 1.49 -
YUV 43.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 119 8 28 0 0.93 0.76 0.53 349.19 0.87 0.25
Hex 77 8 1C 0 5D 4C 35 15D 57 19
Octal 167 10 34 0 135 114 65 535 127 31
Binary 1110111 1000 11100 0 1011101 1001100 110101 101011101 1010111 11001

Color Harmonies of #77081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77081C

Black with #77081C

Text Example


Text Example

White with #77081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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