#8B0D28

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

Shades of Burgundy #8B0D28

Tints of Burgundy #8B0D28

Color information

#8B0D28 (or 0x8B0D28) is unknown color: approx Burgundy. HEX triplet: 8B, 0D and 28. RGB value is (139,13,40). Sum of RGB (Red+Green+Blue) = 139+13+40=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D28 is #74F2D7. Grayscale: #353535. Windows color (decimal): -7664344 or 2624907. OLE color: 2624907.

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

Color convert

RGB1391340-
CMYK00.910.710.45
HSL347.14º82.89%29.8%-
HSV(B)347.14º90.65%54.51%-
XYZ11.175.932.56-
YUV53.75120.24188.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=72.40%
G=6.77%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139134000.910.710.45347.1482.8929.8
Hex8BD2805B472D15b531e
Octal213155001331075553312336
Binary100010111101101000010110111000111101101101011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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