Html Css Color HEX #77071A Burgundy

📋 copy color: '#77071A'

red 119 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #77071A

Tints of Burgundy #77071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.61%

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 78.29%
G = 4.61%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77071A (or 0x77071A) is known color: Burgundy. HEX triplet: 77, 07 and 1A. RGB value is (119,7,26). Sum of RGB (Red+Green+Blue) = 119+7+26=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77071A is #88F8E5. Grayscale: #2A2A2A. Windows color (decimal): -8976614 or 1705847. OLE color: 1705847.

HSL color Cylindrical-coordinate representation of color #77071A: hue angle of 349.82º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77071A is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 26 -
CMYK 0 0.94 0.78 0.53
HSL 349.82º 0.89% 0.25% -
HSV(B) 349.82º 0.94% 0.47% -
XYZ 7.87 4.15 1.36 -
YUV 42.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 119 7 26 0 0.94 0.78 0.53 349.82 0.89 0.25
Hex 77 7 1A 0 5E 4E 35 15E 59 19
Octal 167 7 32 0 136 116 65 536 131 31
Binary 1110111 111 11010 0 1011110 1001110 110101 101011110 1011001 11001

Color Harmonies of #77071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77071A

Black with #77071A

Text Example


Text Example

White with #77071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77071A; }

 p { color: rgb(119,7,26); }

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

background-color css

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

 a { background-color: rgb(119,7,26); }

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

border-color css

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

 span { border-color: rgb(119,7,26); }

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