#890035

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

Shades of Burgundy #890035

Tints of Burgundy #890035

Color information

#890035 (or 0x890035) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 35. RGB value is (137,0,53). Sum of RGB (Red+Green+Blue) = 137+0+53=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890035 is #76FFCA. Grayscale: #2E2E2E. Windows color (decimal): -7798731 or 3473545. OLE color: 3473545.

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

Color convert

RGB137053-
CMYK010.610.46
HSL336.79º100%26.86%-
HSV(B)336.79º100%53.73%-
XYZ10.965.583.87-
YUV47131.39192.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=72.11%
G=0%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137053010.610.46336.7910026.86
Hex890350643D2E151641b
Octal2110650144755652114433
Binary10001001011010101100100111101101110101010001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890035; }

 p { color: rgb(137,0,53); }

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

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

 a { background-color: rgb(137,0,53); }

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

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

 span { border-color: rgb(137,0,53); }

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