#8B0438

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

Shades of Burgundy #8B0438

Tints of Burgundy #8B0438

Color information

#8B0438 (or 0x8B0438) is unknown color: approx Burgundy. HEX triplet: 8B, 04 and 38. RGB value is (139,4,56). Sum of RGB (Red+Green+Blue) = 139+4+56=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0438 is #74FBC7. Grayscale: #323232. Windows color (decimal): -7666632 or 3671179. OLE color: 3671179.

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

Color convert

RGB139456-
CMYK00.970.600.45
HSL336.89º94.41%28.04%-
HSV(B)336.89º97.12%54.51%-
XYZ11.45.864.27-
YUV50.29131.23191.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.85%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=69.85%
G=2.01%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13945600.970.600.45336.8994.4128.04
Hex8B4380613C2D1515e1c
Octal2134700141745552113634
Binary1000101110011100001100001111100101101101010001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,4,56); }

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

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

 a { background-color: rgb(139,4,56); }

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

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

 span { border-color: rgb(139,4,56); }

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