#77010C

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

Shades of Burgundy #77010C

Tints of Burgundy #77010C

Color information

#77010C (or 0x77010C) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 0C. RGB value is (119,1,12). Sum of RGB (Red+Green+Blue) = 119+1+12=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #77010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77010C is #88FEF3. Grayscale: #252525. Windows color (decimal): -8978164 or 786807. OLE color: 786807.

HSL color Cylindrical-coordinate representation of color #77010C: hue angle of 354.41º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77010C is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB119112-
CMYK00.990.900.53
HSL354.41º98.33%23.53%-
HSV(B)354.41º99.16%46.67%-
XYZ7.683.970.71-
YUV37.54113.59186.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 90.15%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=90.15%
G=0.76%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911200.990.900.53354.4198.3323.53
Hex771C0635A351626218
Octal16711401431326554214230
Binary111011111100011000111011010110101101100010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77010C; }

 p { color: rgb(119,1,12); }

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

<style>
 a { background-color: #77010C; }

 a { background-color: rgb(119,1,12); }

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

<style>
 span { border-color: #77010C; }

 span { border-color: rgb(119,1,12); }

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