#77020F

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

Shades of Burgundy #77020F

Tints of Burgundy #77020F

Color information

#77020F (or 0x77020F) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 0F. RGB value is (119,2,15). Sum of RGB (Red+Green+Blue) = 119+2+15=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #77020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77020F is #88FDF0. Grayscale: #262626. Windows color (decimal): -8977905 or 983671. OLE color: 983671.

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

Color convert

RGB119215-
CMYK00.980.870.53
HSL353.33º96.69%23.73%-
HSV(B)353.33º98.32%46.67%-
XYZ7.7240.82-
YUV38.46114.76185.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 87.5%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=87.5%
G=1.47%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11921500.980.870.53353.3396.6923.73
Hex772F06257351616118
Octal16721701421276554114130
Binary1110111101111011000101010111110101101100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77020F; }

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

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

<style>
 a { background-color: #77020F; }

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

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

<style>
 span { border-color: #77020F; }

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

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