#76002A

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

Shades of Burgundy #76002A

Tints of Burgundy #76002A

Color information

#76002A (or 0x76002A) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 2A. RGB value is (118,0,42). Sum of RGB (Red+Green+Blue) = 118+0+42=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #76002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002A is #89FFD5. Grayscale: #282828. Windows color (decimal): -9043926 or 2752630. OLE color: 2752630.

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

Color convert

RGB118042-
CMYK010.640.54
HSL338.64º100%23.14%-
HSV(B)338.64º100%46.27%-
XYZ7.894.022.55-
YUV40.07129.09183.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=73.75%
G=0%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118042010.640.54338.6410023.14
Hex7602A06440361536417
Octal16605201441006652314427
Binary11101100101010011001001000000110110101010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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