#80122b

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

Shades of Burgundy #80122B

Tints of Burgundy #80122B

Color information

#80122B (or 0x80122B) is unknown color: approx Burgundy. HEX triplet: 80, 12 and 2B. RGB value is (128,18,43). Sum of RGB (Red+Green+Blue) = 128+18+43=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #80122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80122B is #7FEDD4. Grayscale: #353535. Windows color (decimal): -8383957 or 2822784. OLE color: 2822784.

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

Color convert

RGB1281843-
CMYK00.860.660.50
HSL346.36º75.34%28.63%-
HSV(B)346.36º85.94%50.2%-
XYZ9.555.22.78-
YUV53.74121.94180.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=67.72%
G=9.52%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128184300.860.660.50346.3675.3428.63
Hex80122B056423215a4b1d
Octal200225301261026253211335
Binary1000000010010101011010101101000010110010101011010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80122b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80122b; }

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

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

<style>
 a { background-color: #80122b; }

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

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

<style>
 span { border-color: #80122b; }

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

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