#8C0134

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

Shades of Burgundy #8C0134

Tints of Burgundy #8C0134

Color information

#8C0134 (or 0x8C0134) is unknown color: approx Burgundy. HEX triplet: 8C, 01 and 34. RGB value is (140,1,52). Sum of RGB (Red+Green+Blue) = 140+1+52=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0134 is #73FECB. Grayscale: #303030. Windows color (decimal): -7601868 or 3408268. OLE color: 3408268.

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

Color convert

RGB140152-
CMYK00.990.630.45
HSL337.99º98.58%27.65%-
HSV(B)337.99º99.29%54.9%-
XYZ11.455.853.77-
YUV48.38130.05193.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.54%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=72.54%
G=0.52%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14015200.990.630.45337.9998.5827.65
Hex8C1340633F2D152631c
Octal2141640143775552214334
Binary10001100111010001100011111111101101101010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,52); }

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

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

 a { background-color: rgb(140,1,52); }

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

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

 span { border-color: rgb(140,1,52); }

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