#760419

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

Shades of Burgundy #760419

Tints of Burgundy #760419

Color information

#760419 (or 0x760419) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 19. RGB value is (118,4,25). Sum of RGB (Red+Green+Blue) = 118+4+25=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #760419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760419 is #89FBE6. Grayscale: #282828. Windows color (decimal): -9042919 or 1639542. OLE color: 1639542.

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

Color convert

RGB118425-
CMYK00.970.790.54
HSL348.95º93.44%23.92%-
HSV(B)348.95º96.61%46.27%-
XYZ7.694.011.29-
YUV40.48119.27183.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.27%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=80.27%
G=2.72%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11842500.970.790.54348.9593.4423.92
Hex764190614F3615d5d18
Octal16643101411176653513530
Binary111011010011001011000011001111110110101011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760419; }

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

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

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

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

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

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

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

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