#8B003A

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

Shades of Burgundy #8B003A

Tints of Burgundy #8B003A

Color information

#8B003A (or 0x8B003A) is unknown color: approx Burgundy. HEX triplet: 8B, 00 and 3A. RGB value is (139,0,58). Sum of RGB (Red+Green+Blue) = 139+0+58=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B003A is #74FFC5. Grayscale: #303030. Windows color (decimal): -7667654 or 3801227. OLE color: 3801227.

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

Color convert

RGB139058-
CMYK010.580.45
HSL334.96º100%27.25%-
HSV(B)334.96º100%54.51%-
XYZ11.415.794.52-
YUV48.17133.55192.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=70.56%
G=0%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139058010.580.45334.9610027.25
Hex8B03A0643A2D14f641b
Octal2130720144725551714433
Binary10001011011101001100100111010101101101001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,0,58); }

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

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

 a { background-color: rgb(139,0,58); }

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

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

 span { border-color: rgb(139,0,58); }

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