#8F0939

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

Shades of Burgundy #8F0939

Tints of Burgundy #8F0939

Color information

#8F0939 (or 0x8F0939) is unknown color: approx Burgundy. HEX triplet: 8F, 09 and 39. RGB value is (143,9,57). Sum of RGB (Red+Green+Blue) = 143+9+57=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0939 is #70F6C6. Grayscale: #363636. Windows color (decimal): -7403207 or 3737999. OLE color: 3737999.

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

Color convert

RGB143957-
CMYK00.940.600.44
HSL338.51º88.16%29.8%-
HSV(B)338.51º93.71%56.08%-
XYZ12.166.334.45-
YUV54.54129.39191.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.42%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=68.42%
G=4.31%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14395700.940.600.44338.5188.1629.8
Hex8F93905E3C2C153581e
Octal21711710136745452313036
Binary10001111100111100101011110111100101100101010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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