#80002B

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

Shades of Burgundy #80002B

Tints of Burgundy #80002B

Color information

#80002B (or 0x80002B) is unknown color: approx Burgundy. HEX triplet: 80, 00 and 2B. RGB value is (128,0,43). Sum of RGB (Red+Green+Blue) = 128+0+43=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #80002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80002B is #7FFFD4. Grayscale: #2B2B2B. Windows color (decimal): -8388565 or 2818176. OLE color: 2818176.

HSL color Cylindrical-coordinate representation of color #80002B: hue angle of 339.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80002B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB128043-
CMYK010.660.50
HSL339.84º100%25.1%-
HSV(B)339.84º100%50.2%-
XYZ9.344.762.71-
YUV43.17127.91188.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=74.85%
G=0%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128043010.660.50339.8410025.1
Hex8002B06442321546419
Octal20005301441026252414431
Binary100000000101011011001001000010110010101010100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,0,43); }

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

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

 a { background-color: rgb(128,0,43); }

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

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

 span { border-color: rgb(128,0,43); }

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