#800930

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

Shades of Burgundy #800930

Tints of Burgundy #800930

Color information

#800930 (or 0x800930) is unknown color: approx Burgundy. HEX triplet: 80, 09 and 30. RGB value is (128,9,48). Sum of RGB (Red+Green+Blue) = 128+9+48=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #800930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800930 is #7FF6CF. Grayscale: #303030. Windows color (decimal): -8386256 or 3148160. OLE color: 3148160.

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

Color convert

RGB128948-
CMYK00.930.620.50
HSL340.34º86.86%26.86%-
HSV(B)340.34º92.97%50.2%-
XYZ9.5353.26-
YUV49.03127.42184.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.19%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=69.19%
G=4.86%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12894800.930.620.50340.3486.8626.86
Hex8093005D3E32154571b
Octal20011600135766252412733
Binary10000000100111000001011101111110110010101010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800930; }

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

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

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

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

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

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

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

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