#77001E

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

Shades of Burgundy #77001E

Tints of Burgundy #77001E

Color information

#77001E (or 0x77001E) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 1E. RGB value is (119,0,30). Sum of RGB (Red+Green+Blue) = 119+0+30=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #77001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001E is #88FFE1. Grayscale: #262626. Windows color (decimal): -8978402 or 1966199. OLE color: 1966199.

HSL color Cylindrical-coordinate representation of color #77001E: hue angle of 344.87º 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 #77001E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB119030-
CMYK010.750.53
HSL344.87º100%23.33%-
HSV(B)344.87º100%46.67%-
XYZ7.844.021.59-
YUV39122.92185.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=79.87%
G=0%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119030010.750.53344.8710023.33
Hex7701E0644B351596417
Octal16703601441136553114427
Binary1110111011110011001001001011110101101011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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