#8F033F

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

Shades of Burgundy #8F033F

Tints of Burgundy #8F033F

Color information

#8F033F (or 0x8F033F) is unknown color: approx Burgundy. HEX triplet: 8F, 03 and 3F. RGB value is (143,3,63). Sum of RGB (Red+Green+Blue) = 143+3+63=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F033F is #70FCC0. Grayscale: #333333. Windows color (decimal): -7404737 or 4129679. OLE color: 4129679.

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

Color convert

RGB143363-
CMYK00.980.560.44
HSL334.29º95.89%28.63%-
HSV(B)334.29º97.9%56.08%-
XYZ12.266.265.27-
YUV51.7134.38193.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.42%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 63 (25% from 255) = 30.14%
R=68.42%
G=1.44%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14336300.980.560.44334.2995.8928.63
Hex8F33F062382C14e601d
Octal2173770142705451614035
Binary100011111111111101100010111000101100101001110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,3,63); }

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

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

 a { background-color: rgb(143,3,63); }

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

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

 span { border-color: rgb(143,3,63); }

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