#8F0B37

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

Shades of Burgundy #8F0B37

Tints of Burgundy #8F0B37

Color information

#8F0B37 (or 0x8F0B37) is unknown color: approx Burgundy. HEX triplet: 8F, 0B and 37. RGB value is (143,11,55). Sum of RGB (Red+Green+Blue) = 143+11+55=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0B37 is #70F4C8. Grayscale: #373737. Windows color (decimal): -7402697 or 3607439. OLE color: 3607439.

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

Color convert

RGB1431155-
CMYK00.920.620.44
HSL340º85.71%30.2%-
HSV(B)340º92.31%56.08%-
XYZ12.146.354.2-
YUV55.48127.73190.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.42%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=68.42%
G=5.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143115500.920.620.4434085.7130.2
Hex8FB3705C3E2C154561e
Octal21713670134765452412636
Binary10001111101111011101011100111110101100101010100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,11,55); }

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

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

 a { background-color: rgb(143,11,55); }

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

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

 span { border-color: rgb(143,11,55); }

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