#8B023D

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

Shades of Burgundy #8B023D

Tints of Burgundy #8B023D

Color information

#8B023D (or 0x8B023D) is unknown color: approx Burgundy. HEX triplet: 8B, 02 and 3D. RGB value is (139,2,61). Sum of RGB (Red+Green+Blue) = 139+2+61=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B023D is #74FDC2. Grayscale: #313131. Windows color (decimal): -7667139 or 3998347. OLE color: 3998347.

HSL color Cylindrical-coordinate representation of color #8B023D: hue angle of 334.16º 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 #8B023D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB139261-
CMYK00.990.560.45
HSL334.16º97.16%27.65%-
HSV(B)334.16º98.56%54.51%-
XYZ11.515.874.94-
YUV49.69134.39191.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=68.81%
G=0.99%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13926100.990.560.45334.1697.1627.65
Hex8B23D063382D14e611c
Octal2132750143705551614134
Binary100010111011110101100011111000101101101001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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