#8F0834

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

Shades of Burgundy #8F0834

Tints of Burgundy #8F0834

Color information

#8F0834 (or 0x8F0834) is unknown color: approx Burgundy. HEX triplet: 8F, 08 and 34. RGB value is (143,8,52). Sum of RGB (Red+Green+Blue) = 143+8+52=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0834 is #70F7CB. Grayscale: #353535. Windows color (decimal): -7403468 or 3410063. OLE color: 3410063.

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

Color convert

RGB143852-
CMYK00.940.640.44
HSL340.44º89.4%29.61%-
HSV(B)340.44º94.41%56.08%-
XYZ12.036.263.82-
YUV53.38127.23191.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 70.44%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=70.44%
G=3.94%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14385200.940.640.44340.4489.429.61
Hex8F83405E402C154591e
Octal217106401361005452413136
Binary100011111000110100010111101000000101100101010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,8,52); }

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

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

 a { background-color: rgb(143,8,52); }

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

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

 span { border-color: rgb(143,8,52); }

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