#760817

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

Shades of Burgundy #760817

Tints of Burgundy #760817

Color information

#760817 (or 0x760817) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 17. RGB value is (118,8,23). Sum of RGB (Red+Green+Blue) = 118+8+23=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #760817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760817 is #89F7E8. Grayscale: #2A2A2A. Windows color (decimal): -9041897 or 1509494. OLE color: 1509494.

HSL color Cylindrical-coordinate representation of color #760817: hue angle of 351.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760817 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB118823-
CMYK00.930.810.54
HSL351.82º87.3%24.71%-
HSV(B)351.82º93.22%46.27%-
XYZ7.714.091.19-
YUV42.6116.94181.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.19%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=79.19%
G=5.37%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11882300.930.810.54351.8287.324.71
Hex7681705D51361605719
Octal166102701351216654012731
Binary1110110100010111010111011010001110110101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760817; }

 p { color: rgb(118,8,23); }

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

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

 a { background-color: rgb(118,8,23); }

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

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

 span { border-color: rgb(118,8,23); }

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