#8C0026

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

Shades of Burgundy #8C0026

Tints of Burgundy #8C0026

Color information

#8C0026 (or 0x8C0026) is unknown color: approx Burgundy. HEX triplet: 8C, 00 and 26. RGB value is (140,0,38). Sum of RGB (Red+Green+Blue) = 140+0+38=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0026 is #73FFD9. Grayscale: #2E2E2E. Windows color (decimal): -7602138 or 2490508. OLE color: 2490508.

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

Color convert

RGB140038-
CMYK010.730.45
HSL343.71º100%27.45%-
HSV(B)343.71º100%54.9%-
XYZ11.175.722.35-
YUV46.19123.38194.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 78.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=78.65%
G=0%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140038010.730.45343.7110027.45
Hex8C026064492D158641b
Octal21404601441115553014433
Binary100011000100110011001001001001101101101011000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,38); }

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

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

 a { background-color: rgb(140,0,38); }

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

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

 span { border-color: rgb(140,0,38); }

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