#8B0231

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

Shades of Burgundy #8B0231

Tints of Burgundy #8B0231

Color information

#8B0231 (or 0x8B0231) is unknown color: approx Burgundy. HEX triplet: 8B, 02 and 31. RGB value is (139,2,49). Sum of RGB (Red+Green+Blue) = 139+2+49=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0231 is #74FDCE. Grayscale: #303030. Windows color (decimal): -7667151 or 3211915. OLE color: 3211915.

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

Color convert

RGB139249-
CMYK00.990.650.45
HSL339.42º97.16%27.65%-
HSV(B)339.42º98.56%54.51%-
XYZ11.225.753.42-
YUV48.32128.39192.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.16%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=73.16%
G=1.05%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13924900.990.650.45339.4297.1627.65
Hex8B231063412D153611c
Octal21326101431015552314134
Binary1000101110110001011000111000001101101101010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,2,49); }

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

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

 a { background-color: rgb(139,2,49); }

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

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

 span { border-color: rgb(139,2,49); }

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