#8F093F

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

Shades of Burgundy #8F093F

Tints of Burgundy #8F093F

Color information

#8F093F (or 0x8F093F) is unknown color: approx Burgundy. HEX triplet: 8F, 09 and 3F. RGB value is (143,9,63). Sum of RGB (Red+Green+Blue) = 143+9+63=215 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.51% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 143 - color contains mainly: red. Hex color #8F093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F093F is #70F6C0. Grayscale: #373737. Windows color (decimal): -7403201 or 4131215. OLE color: 4131215.

HSL color Cylindrical-coordinate representation of color #8F093F: hue angle of 335.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F093F is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB143963-
CMYK00.940.560.44
HSL335.82º88.16%29.8%-
HSV(B)335.82º93.71%56.08%-
XYZ12.326.395.29-
YUV55.22132.39190.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 66.51%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 63 (25% from 255) = 29.30%
R=66.51%
G=4.19%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14396300.940.560.44335.8288.1629.8
Hex8F93F05E382C150581e
Octal21711770136705452013036
Binary10001111100111111101011110111000101100101010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,9,63); }

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

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

 a { background-color: rgb(143,9,63); }

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

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

 span { border-color: rgb(143,9,63); }

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