#800530

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

Shades of Burgundy #800530

Tints of Burgundy #800530

Color information

#800530 (or 0x800530) is unknown color: approx Burgundy. HEX triplet: 80, 05 and 30. RGB value is (128,5,48). Sum of RGB (Red+Green+Blue) = 128+5+48=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #800530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800530 is #7FFACF. Grayscale: #2E2E2E. Windows color (decimal): -8387280 or 3147136. OLE color: 3147136.

HSL color Cylindrical-coordinate representation of color #800530: hue angle of 339.02º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800530 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB128548-
CMYK00.960.620.50
HSL339.02º92.48%26.08%-
HSV(B)339.02º96.09%50.2%-
XYZ9.494.913.24-
YUV46.68128.75186-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.72%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=70.72%
G=2.76%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12854800.960.620.50339.0292.4826.08
Hex805300603E321535c1a
Octal2005600140766252313432
Binary1000000010111000001100000111110110010101010011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800530; }

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

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

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

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

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

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

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

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