#8B0321

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

Shades of Burgundy #8B0321

Tints of Burgundy #8B0321

Color information

#8B0321 (or 0x8B0321) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 21. RGB value is (139,3,33). Sum of RGB (Red+Green+Blue) = 139+3+33=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0321 is #74FCDE. Grayscale: #2F2F2F. Windows color (decimal): -7666911 or 2163595. OLE color: 2163595.

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

Color convert

RGB139333-
CMYK00.980.760.45
HSL346.76º95.77%27.84%-
HSV(B)346.76º97.84%54.51%-
XYZ10.955.661.95-
YUV47.08120.06193.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.43%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=79.43%
G=1.71%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13933300.980.760.45346.7695.7727.84
Hex8B3210624C2D15b601c
Octal21334101421145553314034
Binary1000101111100001011000101001100101101101011011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,33); }

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

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

 a { background-color: rgb(139,3,33); }

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

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

 span { border-color: rgb(139,3,33); }

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