Html Css Color HEX #77082C Burgundy

📋 copy color: '#77082C'

red 119 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #77082C

Tints of Burgundy #77082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 69.59%
G = 4.68%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77082C (or 0x77082C) is known color: Burgundy. HEX triplet: 77, 08 and 2C. RGB value is (119,8,44). Sum of RGB (Red+Green+Blue) = 119+8+44=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77082C is #88F7D3. Grayscale: #2D2D2D. Windows color (decimal): -8976340 or 2885751. OLE color: 2885751.

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

Color convert

RGB 119 8 44 -
CMYK 0 0.93 0.63 0.53
HSL 340.54º 0.87% 0.25% -
HSV(B) 340.54º 0.93% 0.47% -
XYZ 8.15 4.28 2.78 -
YUV 45.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 119 8 44 0 0.93 0.63 0.53 340.54 0.87 0.25
Hex 77 8 2C 0 5D 3F 35 155 57 19
Octal 167 10 54 0 135 77 65 525 127 31
Binary 1110111 1000 101100 0 1011101 111111 110101 101010101 1010111 11001

Color Harmonies of #77082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77082C

Black with #77082C

Text Example


Text Example

White with #77082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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