#8B0523

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

Shades of Burgundy #8B0523

Tints of Burgundy #8B0523

Color information

#8B0523 (or 0x8B0523) is unknown color: approx Burgundy. HEX triplet: 8B, 05 and 23. RGB value is (139,5,35). Sum of RGB (Red+Green+Blue) = 139+5+35=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0523 is #74FADC. Grayscale: #303030. Windows color (decimal): -7666397 or 2295179. OLE color: 2295179.

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

Color convert

RGB139535-
CMYK00.960.750.45
HSL346.57º93.06%28.24%-
HSV(B)346.57º96.4%54.51%-
XYZ11.015.722.11-
YUV48.49120.39192.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 77.65%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=77.65%
G=2.79%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13953500.960.750.45346.5793.0628.24
Hex8B5230604B2D15b5d1c
Octal21354301401135553313534
Binary10001011101100011011000001001011101101101011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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