#8C0C3B

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

Shades of Burgundy #8C0C3B

Tints of Burgundy #8C0C3B

Color information

#8C0C3B (or 0x8C0C3B) is unknown color: approx Burgundy. HEX triplet: 8C, 0C and 3B. RGB value is (140,12,59). Sum of RGB (Red+Green+Blue) = 140+12+59=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C3B is #73F3C4. Grayscale: #373737. Windows color (decimal): -7599045 or 3869836. OLE color: 3869836.

HSL color Cylindrical-coordinate representation of color #8C0C3B: hue angle of 337.97º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C3B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1401259-
CMYK00.910.580.45
HSL337.97º84.21%29.8%-
HSV(B)337.97º91.43%54.9%-
XYZ11.746.154.71-
YUV55.63129.91188.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=66.35%
G=5.69%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140125900.910.580.45337.9784.2129.8
Hex8CC3B05B3A2D152541e
Octal21414730133725552212436
Binary10001100110011101101011011111010101101101010010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,12,59); }

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

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

 a { background-color: rgb(140,12,59); }

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

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

 span { border-color: rgb(140,12,59); }

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