#891030

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

Shades of Burgundy #891030

Tints of Burgundy #891030

Color information

#891030 (or 0x891030) is unknown color: approx Burgundy. HEX triplet: 89, 10 and 30. RGB value is (137,16,48). Sum of RGB (Red+Green+Blue) = 137+16+48=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #891030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891030 is #76EFCF. Grayscale: #373737. Windows color (decimal): -7794640 or 3149961. OLE color: 3149961.

HSL color Cylindrical-coordinate representation of color #891030: hue angle of 344.13º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891030 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB1371648-
CMYK00.880.650.46
HSL344.13º79.08%30%-
HSV(B)344.13º88.32%53.73%-
XYZ11.045.93.35-
YUV55.83123.59185.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.16%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=68.16%
G=7.96%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137164800.880.650.46344.1379.0830
Hex891030058412E1584f1e
Octal211206001301015653011736
Binary1000100110000110000010110001000001101110101011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891030; }

 p { color: rgb(137,16,48); }

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

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

 a { background-color: rgb(137,16,48); }

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

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

 span { border-color: rgb(137,16,48); }

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