#890228

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

Shades of Burgundy #890228

Tints of Burgundy #890228

Color information

#890228 (or 0x890228) is unknown color: approx Burgundy. HEX triplet: 89, 02 and 28. RGB value is (137,2,40). Sum of RGB (Red+Green+Blue) = 137+2+40=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890228 is #76FDD7. Grayscale: #2E2E2E. Windows color (decimal): -7798232 or 2622089. OLE color: 2622089.

HSL color Cylindrical-coordinate representation of color #890228: hue angle of 343.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890228 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB137240-
CMYK00.990.710.46
HSL343.11º97.12%27.25%-
HSV(B)343.11º98.54%53.73%-
XYZ10.725.512.51-
YUV46.7124.23192.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=76.54%
G=1.12%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13724000.990.710.46343.1197.1227.25
Hex89228063472E157611b
Octal21125001431075652714133
Binary1000100110101000011000111000111101110101010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890228; }

 p { color: rgb(137,2,40); }

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

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

 a { background-color: rgb(137,2,40); }

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

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

 span { border-color: rgb(137,2,40); }

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