#76092B

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

Shades of Burgundy #76092B

Tints of Burgundy #76092B

Color information

#76092B (or 0x76092B) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 2B. RGB value is (118,9,43). Sum of RGB (Red+Green+Blue) = 118+9+43=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76092B is #89F6D4. Grayscale: #2D2D2D. Windows color (decimal): -9041621 or 2820470. OLE color: 2820470.

HSL color Cylindrical-coordinate representation of color #76092B: hue angle of 341.28º 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 #76092B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB118943-
CMYK00.920.640.54
HSL341.28º85.83%24.9%-
HSV(B)341.28º92.37%46.27%-
XYZ84.222.68-
YUV45.47126.61179.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=69.41%
G=5.29%
B=25.29%

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
Decimal11894300.920.640.54341.2885.8324.9
Hex7692B05C40361555619
Octal166115301341006652512631
Binary11101101001101011010111001000000110110101010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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