Html Css Color HEX #77021E Burgundy

📋 copy color: '#77021E'

red 119 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #77021E

Tints of Burgundy #77021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 78.81%
G = 1.32%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77021E (or 0x77021E) is known color: Burgundy. HEX triplet: 77, 02 and 1E. RGB value is (119,2,30). Sum of RGB (Red+Green+Blue) = 119+2+30=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77021E is #88FDE1. Grayscale: #282828. Windows color (decimal): -8977890 or 1966711. OLE color: 1966711.

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

Color convert

RGB 119 2 30 -
CMYK 0 0.98 0.75 0.53
HSL 345.64º 0.97% 0.24% -
HSV(B) 345.64º 0.98% 0.47% -
XYZ 7.86 4.06 1.6 -
YUV 40.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 119 2 30 0 0.98 0.75 0.53 345.64 0.97 0.24
Hex 77 2 1E 0 62 4B 35 15A 61 18
Octal 167 2 36 0 142 113 65 532 141 30
Binary 1110111 10 11110 0 1100010 1001011 110101 101011010 1100001 11000

Color Harmonies of #77021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77021E

Black with #77021E

Text Example


Text Example

White with #77021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77021E; }

 p { color: rgb(119,2,30); }

 H1.HeaderClassName
 {
   color: #77021E;
 }
 .AnyTagClassName
 {
   color: #77021E;
 }
</style>

background-color css

<style>
 a { background-color: #77021E; }

 a { background-color: rgb(119,2,30); }

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

border-color css

<style>
 span { border-color: #77021E; }

 span { border-color: rgb(119,2,30); }

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