#77021A

Color #77021A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #77021A

Tints of Burgundy #77021A

Color information

#77021A (or 0x77021A) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 1A. RGB value is (119,2,26). Sum of RGB (Red+Green+Blue) = 119+2+26=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #77021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77021A is #88FDE5. Grayscale: #272727. Windows color (decimal): -8977894 or 1704567. OLE color: 1704567.

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

Color convert

RGB119226-
CMYK00.980.780.53
HSL347.69º96.69%23.73%-
HSV(B)347.69º98.32%46.67%-
XYZ7.824.041.35-
YUV39.72120.26184.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.95%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=80.95%
G=1.36%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922600.980.780.53347.6996.6923.73
Hex7721A0624E3515c6118
Octal16723201421166553414130
Binary11101111011010011000101001110110101101011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77021A;
 }
 .AnyTagClassName
 {
   color: #77021A;
 }
</style>
background-color css

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

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

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

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

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

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