#760519

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

Shades of Burgundy #760519

Tints of Burgundy #760519

Color information

#760519 (or 0x760519) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 19. RGB value is (118,5,25). Sum of RGB (Red+Green+Blue) = 118+5+25=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #760519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760519 is #89FAE6. Grayscale: #292929. Windows color (decimal): -9042663 or 1639798. OLE color: 1639798.

HSL color Cylindrical-coordinate representation of color #760519: hue angle of 349.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760519 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB118525-
CMYK00.960.790.54
HSL349.38º91.87%24.12%-
HSV(B)349.38º95.76%46.27%-
XYZ7.74.031.29-
YUV41.07118.94182.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.73%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=79.73%
G=3.38%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11852500.960.790.54349.3891.8724.12
Hex765190604F3615d5c18
Octal16653101401176653513430
Binary111011010111001011000001001111110110101011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760519; }

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

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

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

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

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

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

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

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