#8B003B

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

Shades of Burgundy #8B003B

Tints of Burgundy #8B003B

Color information

#8B003B (or 0x8B003B) is unknown color: approx Burgundy. HEX triplet: 8B, 00 and 3B. RGB value is (139,0,59). Sum of RGB (Red+Green+Blue) = 139+0+59=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B003B is #74FFC4. Grayscale: #303030. Windows color (decimal): -7667653 or 3866763. OLE color: 3866763.

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

Color convert

RGB139059-
CMYK010.580.45
HSL334.53º100%27.25%-
HSV(B)334.53º100%54.51%-
XYZ11.445.84.66-
YUV48.29134.05192.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=70.20%
G=0%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139059010.580.45334.5310027.25
Hex8B03B0643A2D14f641b
Octal2130730144725551714433
Binary10001011011101101100100111010101101101001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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