#8F0D28

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

Shades of Burgundy #8F0D28

Tints of Burgundy #8F0D28

Color information

#8F0D28 (or 0x8F0D28) is unknown color: approx Burgundy. HEX triplet: 8F, 0D and 28. RGB value is (143,13,40). Sum of RGB (Red+Green+Blue) = 143+13+40=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0D28 is #70F2D7. Grayscale: #363636. Windows color (decimal): -7402200 or 2624911. OLE color: 2624911.

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

Color convert

RGB1431340-
CMYK00.910.720.44
HSL347.54º83.33%30.59%-
HSV(B)347.54º90.91%56.08%-
XYZ11.856.282.59-
YUV54.95119.57190.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 72.96%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=72.96%
G=6.63%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143134000.910.720.44347.5483.3330.59
Hex8FD2805B482C15c531f
Octal217155001331105453412337
Binary100011111101101000010110111001000101100101011100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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