#760819

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

Shades of Burgundy #760819

Tints of Burgundy #760819

Color information

#760819 (or 0x760819) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 19. RGB value is (118,8,25). Sum of RGB (Red+Green+Blue) = 118+8+25=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760819 is #89F7E6. Grayscale: #2A2A2A. Windows color (decimal): -9041895 or 1640566. OLE color: 1640566.

HSL color Cylindrical-coordinate representation of color #760819: hue angle of 350.73º 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 #760819 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB118825-
CMYK00.930.790.54
HSL350.73º87.3%24.71%-
HSV(B)350.73º93.22%46.27%-
XYZ7.734.11.3-
YUV42.83117.94181.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 78.15%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=78.15%
G=5.30%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11882500.930.790.54350.7387.324.71
Hex7681905D4F3615f5719
Octal166103101351176653712731
Binary1110110100011001010111011001111110110101011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760819; }

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

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

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

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

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

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

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

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