#8D0638

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

Shades of Burgundy #8D0638

Tints of Burgundy #8D0638

Color information

#8D0638 (or 0x8D0638) is unknown color: approx Burgundy. HEX triplet: 8D, 06 and 38. RGB value is (141,6,56). Sum of RGB (Red+Green+Blue) = 141+6+56=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0638 is #72F9C7. Grayscale: #343434. Windows color (decimal): -7535048 or 3671693. OLE color: 3671693.

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

Color convert

RGB141656-
CMYK00.960.600.45
HSL337.78º91.84%28.82%-
HSV(B)337.78º95.74%55.29%-
XYZ11.766.084.29-
YUV52.06130.23191.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=69.46%
G=2.96%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14165600.960.600.45337.7891.8428.82
Hex8D6380603C2D1525c1d
Octal2156700140745552213435
Binary1000110111011100001100000111100101101101010010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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