#800026

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

Shades of Burgundy #800026

Tints of Burgundy #800026

Color information

#800026 (or 0x800026) is unknown color: approx Burgundy. HEX triplet: 80, 00 and 26. RGB value is (128,0,38). Sum of RGB (Red+Green+Blue) = 128+0+38=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800026 is #7FFFD9. Grayscale: #2A2A2A. Windows color (decimal): -8388570 or 2490496. OLE color: 2490496.

HSL color Cylindrical-coordinate representation of color #800026: hue angle of 342.19º 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 #800026 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB128038-
CMYK010.700.50
HSL342.19º100%25.1%-
HSV(B)342.19º100%50.2%-
XYZ9.254.732.26-
YUV42.6125.41188.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 77.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=77.11%
G=0%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128038010.700.50342.1910025.1
Hex8002606446321566419
Octal20004601441066252614431
Binary100000000100110011001001000110110010101010110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800026; }

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

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

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

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

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

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

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

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