#8F0936

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

Shades of Burgundy #8F0936

Tints of Burgundy #8F0936

Color information

#8F0936 (or 0x8F0936) is unknown color: approx Burgundy. HEX triplet: 8F, 09 and 36. RGB value is (143,9,54). Sum of RGB (Red+Green+Blue) = 143+9+54=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0936 is #70F6C9. Grayscale: #363636. Windows color (decimal): -7403210 or 3541391. OLE color: 3541391.

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

Color convert

RGB143954-
CMYK00.940.620.44
HSL339.85º88.16%29.8%-
HSV(B)339.85º93.71%56.08%-
XYZ12.096.34.07-
YUV54.2127.89191.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.42%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=69.42%
G=4.37%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14395400.940.620.44339.8588.1629.8
Hex8F93605E3E2C154581e
Octal21711660136765452413036
Binary10001111100111011001011110111110101100101010100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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