#890921

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

Shades of Burgundy #890921

Tints of Burgundy #890921

Color information

#890921 (or 0x890921) is unknown color: approx Burgundy. HEX triplet: 89, 09 and 21. RGB value is (137,9,33). Sum of RGB (Red+Green+Blue) = 137+9+33=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890921 is #76F6DE. Grayscale: #323232. Windows color (decimal): -7796447 or 2165129. OLE color: 2165129.

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

Color convert

RGB137933-
CMYK00.930.760.46
HSL348.75º87.67%28.63%-
HSV(B)348.75º93.43%53.73%-
XYZ10.695.621.96-
YUV50.01118.41190.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=76.54%
G=5.03%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13793300.930.760.46348.7587.6728.63
Hex8992105D4C2E15d581d
Octal211114101351145653513035
Binary100010011001100001010111011001100101110101011101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890921; }

 p { color: rgb(137,9,33); }

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

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

 a { background-color: rgb(137,9,33); }

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

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

 span { border-color: rgb(137,9,33); }

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