#8B052B

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

Shades of Burgundy #8B052B

Tints of Burgundy #8B052B

Color information

#8B052B (or 0x8B052B) is unknown color: approx Burgundy. HEX triplet: 8B, 05 and 2B. RGB value is (139,5,43). Sum of RGB (Red+Green+Blue) = 139+5+43=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B052B is #74FAD4. Grayscale: #313131. Windows color (decimal): -7666389 or 2819467. OLE color: 2819467.

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

Color convert

RGB139543-
CMYK00.960.690.45
HSL342.99º93.06%28.24%-
HSV(B)342.99º96.4%54.51%-
XYZ11.145.772.81-
YUV49.4124.39191.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=74.33%
G=2.67%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13954300.960.690.45342.9993.0628.24
Hex8B52B060452D1575d1c
Octal21355301401055552713534
Binary10001011101101011011000001000101101101101010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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