#8F0826

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

Shades of Burgundy #8F0826

Tints of Burgundy #8F0826

Color information

#8F0826 (or 0x8F0826) is unknown color: approx Burgundy. HEX triplet: 8F, 08 and 26. RGB value is (143,8,38). Sum of RGB (Red+Green+Blue) = 143+8+38=189 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.66% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0826 is #70F7D9. Grayscale: #333333. Windows color (decimal): -7403482 or 2492559. OLE color: 2492559.

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

Color convert

RGB143838-
CMYK00.940.730.44
HSL346.67º89.4%29.61%-
HSV(B)346.67º94.41%56.08%-
XYZ11.766.152.4-
YUV51.78120.23193.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 75.66%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=75.66%
G=4.23%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14383800.940.730.44346.6789.429.61
Hex8F82605E492C15b591e
Octal217104601361115453313136
Binary100011111000100110010111101001001101100101011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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