#890532

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

Shades of Burgundy #890532

Tints of Burgundy #890532

Color information

#890532 (or 0x890532) is unknown color: approx Burgundy. HEX triplet: 89, 05 and 32. RGB value is (137,5,50). Sum of RGB (Red+Green+Blue) = 137+5+50=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #890532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890532 is #76FACD. Grayscale: #313131. Windows color (decimal): -7797454 or 3278217. OLE color: 3278217.

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

Color convert

RGB137550-
CMYK00.960.640.46
HSL339.55º92.96%27.84%-
HSV(B)339.55º96.35%53.73%-
XYZ10.955.663.53-
YUV49.6128.23190.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 71.35%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=71.35%
G=2.60%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13755000.960.640.46339.5592.9627.84
Hex89532060402E1545d1c
Octal21156201401005652413534
Binary10001001101110010011000001000000101110101010100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890532; }

 p { color: rgb(137,5,50); }

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

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

 a { background-color: rgb(137,5,50); }

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

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

 span { border-color: rgb(137,5,50); }

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