#890227

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

Shades of Burgundy #890227

Tints of Burgundy #890227

Color information

#890227 (or 0x890227) is unknown color: approx Burgundy. HEX triplet: 89, 02 and 27. RGB value is (137,2,39). Sum of RGB (Red+Green+Blue) = 137+2+39=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890227 is #76FDD8. Grayscale: #2E2E2E. Windows color (decimal): -7798233 or 2556553. OLE color: 2556553.

HSL color Cylindrical-coordinate representation of color #890227: hue angle of 343.56º 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 #890227 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB137239-
CMYK00.990.720.46
HSL343.56º97.12%27.25%-
HSV(B)343.56º98.54%53.73%-
XYZ10.75.512.42-
YUV46.58123.73192.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.97%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=76.97%
G=1.12%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13723900.990.720.46343.5697.1227.25
Hex89227063482E158611b
Octal21124701431105653014133
Binary1000100110100111011000111001000101110101011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890227; }

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

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

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

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

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

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

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

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