#8C0330

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

Shades of Burgundy #8C0330

Tints of Burgundy #8C0330

Color information

#8C0330 (or 0x8C0330) is unknown color: approx Burgundy. HEX triplet: 8C, 03 and 30. RGB value is (140,3,48). Sum of RGB (Red+Green+Blue) = 140+3+48=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0330 is #73FCCF. Grayscale: #313131. Windows color (decimal): -7601360 or 3146636. OLE color: 3146636.

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

Color convert

RGB140348-
CMYK00.980.660.45
HSL340.29º95.8%28.04%-
HSV(B)340.29º97.86%54.9%-
XYZ11.385.853.33-
YUV49.09127.39192.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 73.30%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=73.30%
G=1.57%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14034800.980.660.45340.2995.828.04
Hex8C330062422D154601c
Octal21436001421025552414034
Binary1000110011110000011000101000010101101101010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,3,48); }

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

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

 a { background-color: rgb(140,3,48); }

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

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

 span { border-color: rgb(140,3,48); }

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