#77000E

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

Shades of Burgundy #77000E

Tints of Burgundy #77000E

Color information

#77000E (or 0x77000E) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 0E. RGB value is (119,0,14). Sum of RGB (Red+Green+Blue) = 119+0+14=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #77000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77000E is #88FFF1. Grayscale: #252525. Windows color (decimal): -8978418 or 917623. OLE color: 917623.

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

Color convert

RGB119014-
CMYK010.880.53
HSL352.94º100%23.33%-
HSV(B)352.94º100%46.67%-
XYZ7.693.950.77-
YUV37.18114.92186.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 89.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=89.47%
G=0%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119014010.880.53352.9410023.33
Hex770E06458351616417
Octal16701601441306554114427
Binary111011101110011001001011000110101101100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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