#8C0530

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

Shades of Burgundy #8C0530

Tints of Burgundy #8C0530

Color information

#8C0530 (or 0x8C0530) is unknown color: approx Burgundy. HEX triplet: 8C, 05 and 30. RGB value is (140,5,48). Sum of RGB (Red+Green+Blue) = 140+5+48=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0530 is #73FACF. Grayscale: #323232. Windows color (decimal): -7600848 or 3147148. OLE color: 3147148.

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

Color convert

RGB140548-
CMYK00.960.660.45
HSL340.89º93.1%28.43%-
HSV(B)340.89º96.43%54.9%-
XYZ11.45.93.33-
YUV50.27126.73192-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.54%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=72.54%
G=2.59%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14054800.960.660.45340.8993.128.43
Hex8C530060422D1555d1c
Octal21456001401025552513534
Binary10001100101110000011000001000010101101101010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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