#8F052B

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

Shades of Burgundy #8F052B

Tints of Burgundy #8F052B

Color information

#8F052B (or 0x8F052B) is unknown color: approx Burgundy. HEX triplet: 8F, 05 and 2B. RGB value is (143,5,43). Sum of RGB (Red+Green+Blue) = 143+5+43=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F052B is #70FAD4. Grayscale: #323232. Windows color (decimal): -7404245 or 2819471. OLE color: 2819471.

HSL color Cylindrical-coordinate representation of color #8F052B: hue angle of 343.48º degrees, saturation: 0.93, 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 #8F052B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB143543-
CMYK00.970.700.44
HSL343.48º93.24%29.02%-
HSV(B)343.48º96.5%56.08%-
XYZ11.826.122.84-
YUV50.59123.72193.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.87%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=74.87%
G=2.62%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14354300.970.700.44343.4893.2429.02
Hex8F52B061462C1575d1d
Octal21755301411065452713535
Binary10001111101101011011000011000110101100101010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,5,43); }

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

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

 a { background-color: rgb(143,5,43); }

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

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

 span { border-color: rgb(143,5,43); }

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