#890530

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

Shades of Burgundy #890530

Tints of Burgundy #890530

Color information

#890530 (or 0x890530) is unknown color: approx Burgundy. HEX triplet: 89, 05 and 30. RGB value is (137,5,48). Sum of RGB (Red+Green+Blue) = 137+5+48=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890530 is #76FACF. Grayscale: #313131. Windows color (decimal): -7797456 or 3147145. OLE color: 3147145.

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

Color convert

RGB137548-
CMYK00.960.650.46
HSL340.45º92.96%27.84%-
HSV(B)340.45º96.35%53.73%-
XYZ10.95.643.31-
YUV49.37127.23190.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.11%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=72.11%
G=2.63%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13754800.960.650.46340.4592.9627.84
Hex89530060412E1545d1c
Octal21156001401015652413534
Binary10001001101110000011000001000001101110101010100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890530; }

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

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

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

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

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

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

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

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