#8C0421

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

Shades of Burgundy #8C0421

Tints of Burgundy #8C0421

Color information

#8C0421 (or 0x8C0421) is unknown color: approx Burgundy. HEX triplet: 8C, 04 and 21. RGB value is (140,4,33). Sum of RGB (Red+Green+Blue) = 140+4+33=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0421 is #73FBDE. Grayscale: #2F2F2F. Windows color (decimal): -7601119 or 2163852. OLE color: 2163852.

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

Color convert

RGB140433-
CMYK00.970.760.45
HSL347.21º94.44%28.24%-
HSV(B)347.21º97.14%54.9%-
XYZ11.135.771.97-
YUV47.97119.56193.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 79.10%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=79.10%
G=2.26%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14043300.970.760.45347.2194.4428.24
Hex8C4210614C2D15b5e1c
Octal21444101411145553313634
Binary10001100100100001011000011001100101101101011011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,4,33); }

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

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

 a { background-color: rgb(140,4,33); }

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

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

 span { border-color: rgb(140,4,33); }

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