#8B051E

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

Shades of Burgundy #8B051E

Tints of Burgundy #8B051E

Color information

#8B051E (or 0x8B051E) is unknown color: approx Burgundy. HEX triplet: 8B, 05 and 1E. RGB value is (139,5,30). Sum of RGB (Red+Green+Blue) = 139+5+30=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B051E is #74FAE1. Grayscale: #2F2F2F. Windows color (decimal): -7666402 or 1967499. OLE color: 1967499.

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

Color convert

RGB139530-
CMYK00.960.780.45
HSL348.81º93.06%28.24%-
HSV(B)348.81º96.4%54.51%-
XYZ10.945.691.75-
YUV47.92117.89192.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=79.89%
G=2.87%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13953000.960.780.45348.8193.0628.24
Hex8B51E0604E2D15d5d1c
Octal21353601401165553513534
Binary1000101110111110011000001001110101101101011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,30); }

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

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

 a { background-color: rgb(139,5,30); }

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

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

 span { border-color: rgb(139,5,30); }

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