#8C0623

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

Shades of Burgundy #8C0623

Tints of Burgundy #8C0623

Color information

#8C0623 (or 0x8C0623) is unknown color: approx Burgundy. HEX triplet: 8C, 06 and 23. RGB value is (140,6,35). Sum of RGB (Red+Green+Blue) = 140+6+35=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0623 is #73F9DC. Grayscale: #313131. Windows color (decimal): -7600605 or 2295436. OLE color: 2295436.

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

Color convert

RGB140635-
CMYK00.960.750.45
HSL347.01º91.78%28.63%-
HSV(B)347.01º95.71%54.9%-
XYZ11.185.832.13-
YUV49.37119.89192.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.35%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=77.35%
G=3.31%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14063500.960.750.45347.0191.7828.63
Hex8C6230604B2D15b5c1d
Octal21464301401135553313435
Binary10001100110100011011000001001011101101101011011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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