#8B0D2B

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

Shades of Burgundy #8B0D2B

Tints of Burgundy #8B0D2B

Color information

#8B0D2B (or 0x8B0D2B) is unknown color: approx Burgundy. HEX triplet: 8B, 0D and 2B. RGB value is (139,13,43). Sum of RGB (Red+Green+Blue) = 139+13+43=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D2B is #74F2D4. Grayscale: #363636. Windows color (decimal): -7664341 or 2821515. OLE color: 2821515.

HSL color Cylindrical-coordinate representation of color #8B0D2B: hue angle of 345.71º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D2B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1391343-
CMYK00.910.690.45
HSL345.71º82.89%29.8%-
HSV(B)345.71º90.65%54.51%-
XYZ11.235.952.84-
YUV54.09121.74188.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=71.28%
G=6.67%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139134300.910.690.45345.7182.8929.8
Hex8BD2B05B452D15a531e
Octal213155301331055553212336
Binary100010111101101011010110111000101101101101011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,43); }

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

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

 a { background-color: rgb(139,13,43); }

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

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

 span { border-color: rgb(139,13,43); }

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