#8F082C

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

Shades of Burgundy #8F082C

Tints of Burgundy #8F082C

Color information

#8F082C (or 0x8F082C) is unknown color: approx Burgundy. HEX triplet: 8F, 08 and 2C. RGB value is (143,8,44). Sum of RGB (Red+Green+Blue) = 143+8+44=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F082C is #70F7D3. Grayscale: #343434. Windows color (decimal): -7403476 or 2885775. OLE color: 2885775.

HSL color Cylindrical-coordinate representation of color #8F082C: hue angle of 344º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F082C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB143844-
CMYK00.940.690.44
HSL344º89.4%29.61%-
HSV(B)344º94.41%56.08%-
XYZ11.876.22.95-
YUV52.47123.23192.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 73.33%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=73.33%
G=4.10%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14384400.940.690.4434489.429.61
Hex8F82C05E452C158591e
Octal217105401361055453013136
Binary100011111000101100010111101000101101100101011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,8,44); }

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

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

 a { background-color: rgb(143,8,44); }

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

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

 span { border-color: rgb(143,8,44); }

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