#8F0434

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

Shades of Burgundy #8F0434

Tints of Burgundy #8F0434

Color information

#8F0434 (or 0x8F0434) is unknown color: approx Burgundy. HEX triplet: 8F, 04 and 34. RGB value is (143,4,52). Sum of RGB (Red+Green+Blue) = 143+4+52=199 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.86% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0434 is #70FBCB. Grayscale: #323232. Windows color (decimal): -7404492 or 3409039. OLE color: 3409039.

HSL color Cylindrical-coordinate representation of color #8F0434: hue angle of 339.28º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0434 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB143452-
CMYK00.970.640.44
HSL339.28º94.56%28.82%-
HSV(B)339.28º97.2%56.08%-
XYZ11.996.173.81-
YUV51.03128.55193.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 71.86%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=71.86%
G=2.01%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14345200.970.640.44339.2894.5628.82
Hex8F434061402C1535f1d
Octal21746401411005452313735
Binary10001111100110100011000011000000101100101010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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