#8f0938

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

Shades of Burgundy #8F0938

Tints of Burgundy #8F0938

Color information

#8F0938 (or 0x8F0938) is unknown color: approx Burgundy. HEX triplet: 8F, 09 and 38. RGB value is (143,9,56). Sum of RGB (Red+Green+Blue) = 143+9+56=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0938 is #70F6C7. Grayscale: #363636. Windows color (decimal): -7403208 or 3672463. OLE color: 3672463.

HSL color Cylindrical-coordinate representation of color #8F0938: hue angle of 338.96º degrees, saturation: 0.88, 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 #8F0938 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB143956-
CMYK00.940.610.44
HSL338.96º88.16%29.8%-
HSV(B)338.96º93.71%56.08%-
XYZ12.146.324.32-
YUV54.42128.89191.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.75%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=68.75%
G=4.33%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14395600.940.610.44338.9688.1629.8
Hex8F93805E3D2C153581e
Octal21711700136755452313036
Binary10001111100111100001011110111101101100101010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f0938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,9,56); }

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

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

 a { background-color: rgb(143,9,56); }

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

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

 span { border-color: rgb(143,9,56); }

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