#8F0D3A

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

Shades of Burgundy #8F0D3A

Tints of Burgundy #8F0D3A

Color information

#8F0D3A (or 0x8F0D3A) is unknown color: approx Burgundy. HEX triplet: 8F, 0D and 3A. RGB value is (143,13,58). Sum of RGB (Red+Green+Blue) = 143+13+58=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0D3A is #70F2C5. Grayscale: #383838. Windows color (decimal): -7402182 or 3804559. OLE color: 3804559.

HSL color Cylindrical-coordinate representation of color #8F0D3A: hue angle of 339.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D3A is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1431358-
CMYK00.910.590.44
HSL339.23º83.33%30.59%-
HSV(B)339.23º90.91%56.08%-
XYZ12.246.434.6-
YUV57128.57189.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 66.82%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=66.82%
G=6.07%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143135800.910.590.44339.2383.3330.59
Hex8FD3A05B3B2C153531f
Octal21715720133735452312337
Binary10001111110111101001011011111011101100101010011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,13,58); }

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

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

 a { background-color: rgb(143,13,58); }

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

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

 span { border-color: rgb(143,13,58); }

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