#8B073C

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

Shades of Burgundy #8B073C

Tints of Burgundy #8B073C

Color information

#8B073C (or 0x8B073C) is unknown color: approx Burgundy. HEX triplet: 8B, 07 and 3C. RGB value is (139,7,60). Sum of RGB (Red+Green+Blue) = 139+7+60=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B073C is #74F8C3. Grayscale: #343434. Windows color (decimal): -7665860 or 3934091. OLE color: 3934091.

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

Color convert

RGB139760-
CMYK00.950.570.45
HSL335.91º90.41%28.63%-
HSV(B)335.91º94.96%54.51%-
XYZ11.545.974.82-
YUV52.51132.23189.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.48%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=67.48%
G=3.40%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13976000.950.570.45335.9190.4128.63
Hex8B73C05F392D1505a1d
Octal2137740137715552013235
Binary1000101111111110001011111111001101101101010000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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