#77002E

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

Shades of Burgundy #77002E

Tints of Burgundy #77002E

Color information

#77002E (or 0x77002E) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 2E. RGB value is (119,0,46). Sum of RGB (Red+Green+Blue) = 119+0+46=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77002E is #88FFD1. Grayscale: #282828. Windows color (decimal): -8978386 or 3014775. OLE color: 3014775.

HSL color Cylindrical-coordinate representation of color #77002E: hue angle of 336.81º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77002E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB119046-
CMYK010.610.53
HSL336.81º100%23.33%-
HSV(B)336.81º100%46.67%-
XYZ8.14.122.95-
YUV40.82130.92183.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=72.12%
G=0%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119046010.610.53336.8110023.33
Hex7702E0643D351516417
Octal1670560144756552114427
Binary1110111010111001100100111101110101101010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,0,46); }

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

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

 a { background-color: rgb(119,0,46); }

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

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

 span { border-color: rgb(119,0,46); }

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