#76092A

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

Shades of Burgundy #76092A

Tints of Burgundy #76092A

Color information

#76092A (or 0x76092A) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 2A. RGB value is (118,9,42). Sum of RGB (Red+Green+Blue) = 118+9+42=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76092A is #89F6D5. Grayscale: #2D2D2D. Windows color (decimal): -9041622 or 2754934. OLE color: 2754934.

HSL color Cylindrical-coordinate representation of color #76092A: hue angle of 341.83º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76092A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB118942-
CMYK00.920.640.54
HSL341.83º85.83%24.9%-
HSV(B)341.83º92.37%46.27%-
XYZ7.994.212.58-
YUV45.35126.11179.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=69.82%
G=5.33%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11894200.920.640.54341.8385.8324.9
Hex7692A05C40361565619
Octal166115201341006652612631
Binary11101101001101010010111001000000110110101010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,9,42); }

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

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

 a { background-color: rgb(118,9,42); }

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

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

 span { border-color: rgb(118,9,42); }

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