#8C0629

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

Shades of Burgundy #8C0629

Tints of Burgundy #8C0629

Color information

#8C0629 (or 0x8C0629) is unknown color: approx Burgundy. HEX triplet: 8C, 06 and 29. RGB value is (140,6,41). Sum of RGB (Red+Green+Blue) = 140+6+41=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0629 is #73F9D6. Grayscale: #323232. Windows color (decimal): -7600599 or 2688652. OLE color: 2688652.

HSL color Cylindrical-coordinate representation of color #8C0629: hue angle of 344.33º 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 #8C0629 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB140641-
CMYK00.960.710.45
HSL344.33º91.78%28.63%-
HSV(B)344.33º95.71%54.9%-
XYZ11.285.872.64-
YUV50.06122.89192.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.87%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=74.87%
G=3.21%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14064100.960.710.45344.3391.7828.63
Hex8C629060472D1585c1d
Octal21465101401075553013435
Binary10001100110101001011000001000111101101101011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,6,41); }

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

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

 a { background-color: rgb(140,6,41); }

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

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

 span { border-color: rgb(140,6,41); }

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