#8B093C

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

Shades of Burgundy #8B093C

Tints of Burgundy #8B093C

Color information

#8B093C (or 0x8B093C) is unknown color: approx Burgundy. HEX triplet: 8B, 09 and 3C. RGB value is (139,9,60). Sum of RGB (Red+Green+Blue) = 139+9+60=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B093C is #74F6C3. Grayscale: #353535. Windows color (decimal): -7665348 or 3934603. OLE color: 3934603.

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

Color convert

RGB139960-
CMYK00.940.570.45
HSL336.46º87.84%29.02%-
HSV(B)336.46º93.53%54.51%-
XYZ11.566.014.83-
YUV53.68131.57188.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.83%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=66.83%
G=4.33%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13996000.940.570.45336.4687.8429.02
Hex8B93C05E392D150581d
Octal21311740136715552013035
Binary10001011100111110001011110111001101101101010000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,60); }

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

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

 a { background-color: rgb(139,9,60); }

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

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

 span { border-color: rgb(139,9,60); }

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