#8D0028

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

Shades of Burgundy #8D0028

Tints of Burgundy #8D0028

Color information

#8D0028 (or 0x8D0028) is unknown color: approx Burgundy. HEX triplet: 8D, 00 and 28. RGB value is (141,0,40). Sum of RGB (Red+Green+Blue) = 141+0+40=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0028 is #72FFD7. Grayscale: #2E2E2E. Windows color (decimal): -7536600 or 2621581. OLE color: 2621581.

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

Color convert

RGB141040-
CMYK010.720.45
HSL342.98º100%27.65%-
HSV(B)342.98º100%55.29%-
XYZ11.375.822.53-
YUV46.72124.21195.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=77.90%
G=0%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141040010.720.45342.9810027.65
Hex8D028064482D157641c
Octal21505001441105552714434
Binary100011010101000011001001001000101101101010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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