#8B023C

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

Shades of Burgundy #8B023C

Tints of Burgundy #8B023C

Color information

#8B023C (or 0x8B023C) is unknown color: approx Burgundy. HEX triplet: 8B, 02 and 3C. RGB value is (139,2,60). Sum of RGB (Red+Green+Blue) = 139+2+60=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B023C is #74FDC3. Grayscale: #313131. Windows color (decimal): -7667140 or 3932811. OLE color: 3932811.

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

Color convert

RGB139260-
CMYK00.990.570.45
HSL334.6º97.16%27.65%-
HSV(B)334.6º98.56%54.51%-
XYZ11.485.864.8-
YUV49.58133.89191.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=69.15%
G=1.00%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13926000.990.570.45334.697.1627.65
Hex8B23C063392D14f611c
Octal2132740143715551714134
Binary100010111011110001100011111001101101101001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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