#76001A

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

Shades of Burgundy #76001A

Tints of Burgundy #76001A

Color information

#76001A (or 0x76001A) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 1A. RGB value is (118,0,26). Sum of RGB (Red+Green+Blue) = 118+0+26=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #76001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76001A is #89FFE5. Grayscale: #262626. Windows color (decimal): -9043942 or 1704054. OLE color: 1704054.

HSL color Cylindrical-coordinate representation of color #76001A: hue angle of 346.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76001A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB118026-
CMYK010.780.54
HSL346.78º100%23.14%-
HSV(B)346.78º100%46.27%-
XYZ7.663.931.33-
YUV38.25121.09184.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=81.94%
G=0%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118026010.780.54346.7810023.14
Hex7601A0644E3615b6417
Octal16603201441166653314427
Binary1110110011010011001001001110110110101011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76001A; }

 p { color: rgb(118,0,26); }

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

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

 a { background-color: rgb(118,0,26); }

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

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

 span { border-color: rgb(118,0,26); }

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