#8F0931

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

Shades of Burgundy #8F0931

Tints of Burgundy #8F0931

Color information

#8F0931 (or 0x8F0931) is unknown color: approx Burgundy. HEX triplet: 8F, 09 and 31. RGB value is (143,9,49). Sum of RGB (Red+Green+Blue) = 143+9+49=201 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.14% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0931 is #70F6CE. Grayscale: #353535. Windows color (decimal): -7403215 or 3213711. OLE color: 3213711.

HSL color Cylindrical-coordinate representation of color #8F0931: hue angle of 342.09º 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 #8F0931 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB143949-
CMYK00.940.660.44
HSL342.09º88.16%29.8%-
HSV(B)342.09º93.71%56.08%-
XYZ11.986.263.48-
YUV53.63125.39191.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 71.14%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=71.14%
G=4.48%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14394900.940.660.44342.0988.1629.8
Hex8F93105E422C156581e
Octal217116101361025452613036
Binary100011111001110001010111101000010101100101010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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