#8F032D

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

Shades of Burgundy #8F032D

Tints of Burgundy #8F032D

Color information

#8F032D (or 0x8F032D) is unknown color: approx Burgundy. HEX triplet: 8F, 03 and 2D. RGB value is (143,3,45). Sum of RGB (Red+Green+Blue) = 143+3+45=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F032D is #70FCD2. Grayscale: #313131. Windows color (decimal): -7404755 or 2950031. OLE color: 2950031.

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

Color convert

RGB143345-
CMYK00.980.690.44
HSL342º95.89%28.63%-
HSV(B)342º97.9%56.08%-
XYZ11.836.093.04-
YUV49.65125.38194.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.87%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=74.87%
G=1.57%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14334500.980.690.4434295.8928.63
Hex8F32D062452C156601d
Octal21735501421055452614035
Binary1000111111101101011000101000101101100101010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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