#8B023E

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

Shades of Burgundy #8B023E

Tints of Burgundy #8B023E

Color information

#8B023E (or 0x8B023E) is unknown color: approx Burgundy. HEX triplet: 8B, 02 and 3E. RGB value is (139,2,62). Sum of RGB (Red+Green+Blue) = 139+2+62=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B023E is #74FDC1. Grayscale: #313131. Windows color (decimal): -7667138 or 4063883. OLE color: 4063883.

HSL color Cylindrical-coordinate representation of color #8B023E: hue angle of 333.72º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B023E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB139262-
CMYK00.990.550.45
HSL333.72º97.16%27.65%-
HSV(B)333.72º98.56%54.51%-
XYZ11.545.885.08-
YUV49.8134.89191.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=68.47%
G=0.99%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13926200.990.550.45333.7297.1627.65
Hex8B23E063372D14e611c
Octal2132760143675551614134
Binary100010111011111001100011110111101101101001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B023E; }

 p { color: rgb(139,2,62); }

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

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

 a { background-color: rgb(139,2,62); }

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

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

 span { border-color: rgb(139,2,62); }

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