#8F053B

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

Shades of Burgundy #8F053B

Tints of Burgundy #8F053B

Color information

#8F053B (or 0x8F053B) is unknown color: approx Burgundy. HEX triplet: 8F, 05 and 3B. RGB value is (143,5,59). Sum of RGB (Red+Green+Blue) = 143+5+59=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F053B is #70FAC4. Grayscale: #343434. Windows color (decimal): -7404229 or 3868047. OLE color: 3868047.

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

Color convert

RGB143559-
CMYK00.970.590.44
HSL336.52º93.24%29.02%-
HSV(B)336.52º96.5%56.08%-
XYZ12.176.264.71-
YUV52.42131.72192.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.08%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=69.08%
G=2.42%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14355900.970.590.44336.5293.2429.02
Hex8F53B0613B2C1515d1d
Octal2175730141735452113535
Binary1000111110111101101100001111011101100101010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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