Html Css Color HEX #77021B Burgundy

📋 copy color: '#77021B'

red 119 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #77021B

Tints of Burgundy #77021B

RGB

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

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

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

R = 80.41%
G = 1.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77021B (or 0x77021B) is known color: Burgundy. HEX triplet: 77, 02 and 1B. RGB value is (119,2,27). Sum of RGB (Red+Green+Blue) = 119+2+27=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #77021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77021B is #88FDE4. Grayscale: #272727. Windows color (decimal): -8977893 or 1770103. OLE color: 1770103.

HSL color Cylindrical-coordinate representation of color #77021B: hue angle of 347.18º 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 #77021B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 2 27 -
CMYK 0 0.98 0.77 0.53
HSL 347.18º 0.97% 0.24% -
HSV(B) 347.18º 0.98% 0.47% -
XYZ 7.83 4.04 1.41 -
YUV 39.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 119 2 27 0 0.98 0.77 0.53 347.18 0.97 0.24
Hex 77 2 1B 0 62 4D 35 15B 61 18
Octal 167 2 33 0 142 115 65 533 141 30
Binary 1110111 10 11011 0 1100010 1001101 110101 101011011 1100001 11000

Color Harmonies of #77021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77021B

Black with #77021B

Text Example


Text Example

White with #77021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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