#8B032D

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

Shades of Burgundy #8B032D

Tints of Burgundy #8B032D

Color information

#8B032D (or 0x8B032D) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 2D. RGB value is (139,3,45). Sum of RGB (Red+Green+Blue) = 139+3+45=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B032D is #74FCD2. Grayscale: #303030. Windows color (decimal): -7666899 or 2950027. OLE color: 2950027.

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

Color convert

RGB139345-
CMYK00.980.680.45
HSL341.47º95.77%27.84%-
HSV(B)341.47º97.84%54.51%-
XYZ11.155.743-
YUV48.45126.06192.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=74.33%
G=1.60%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13934500.980.680.45341.4795.7727.84
Hex8B32D062442D155601c
Octal21335501421045552514034
Binary1000101111101101011000101000100101101101010101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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