#8D0828

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

Shades of Burgundy #8D0828

Tints of Burgundy #8D0828

Color information

#8D0828 (or 0x8D0828) is unknown color: approx Burgundy. HEX triplet: 8D, 08 and 28. RGB value is (141,8,40). Sum of RGB (Red+Green+Blue) = 141+8+40=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0828 is #72F7D7. Grayscale: #333333. Windows color (decimal): -7534552 or 2623629. OLE color: 2623629.

HSL color Cylindrical-coordinate representation of color #8D0828: hue angle of 345.56º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0828 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB141840-
CMYK00.940.720.45
HSL345.56º89.26%29.22%-
HSV(B)345.56º94.33%55.29%-
XYZ11.455.992.56-
YUV51.42121.56191.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.60%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=74.60%
G=4.23%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14184000.940.720.45345.5689.2629.22
Hex8D82805E482D15a591d
Octal215105001361105553213135
Binary100011011000101000010111101001000101101101011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,40); }

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

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

 a { background-color: rgb(141,8,40); }

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

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

 span { border-color: rgb(141,8,40); }

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