#8B0122

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

Shades of Burgundy #8B0122

Tints of Burgundy #8B0122

Color information

#8B0122 (or 0x8B0122) is unknown color: approx Burgundy. HEX triplet: 8B, 01 and 22. RGB value is (139,1,34). Sum of RGB (Red+Green+Blue) = 139+1+34=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0122 is #74FEDD. Grayscale: #2E2E2E. Windows color (decimal): -7667422 or 2228619. OLE color: 2228619.

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

Color convert

RGB139134-
CMYK00.990.760.45
HSL345.65º98.57%27.45%-
HSV(B)345.65º99.28%54.51%-
XYZ10.955.632.02-
YUV46.02121.22194.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=79.89%
G=0.57%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913400.990.760.45345.6598.5727.45
Hex8B1220634C2D15a631b
Octal21314201431145553214333
Binary100010111100010011000111001100101101101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,34); }

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

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

 a { background-color: rgb(139,1,34); }

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

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

 span { border-color: rgb(139,1,34); }

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