#8D0838

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

Shades of Burgundy #8D0838

Tints of Burgundy #8D0838

Color information

#8D0838 (or 0x8D0838) is unknown color: approx Burgundy. HEX triplet: 8D, 08 and 38. RGB value is (141,8,56). Sum of RGB (Red+Green+Blue) = 141+8+56=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0838 is #72F7C7. Grayscale: #353535. Windows color (decimal): -7534536 or 3672205. OLE color: 3672205.

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

Color convert

RGB141856-
CMYK00.940.600.45
HSL338.35º89.26%29.22%-
HSV(B)338.35º94.33%55.29%-
XYZ11.796.124.3-
YUV53.24129.56190.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=68.78%
G=3.90%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14185600.940.600.45338.3589.2629.22
Hex8D83805E3C2D152591d
Octal21510700136745552213135
Binary10001101100011100001011110111100101101101010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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