#890730

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

Shades of Burgundy #890730

Tints of Burgundy #890730

Color information

#890730 (or 0x890730) is unknown color: approx Burgundy. HEX triplet: 89, 07 and 30. RGB value is (137,7,48). Sum of RGB (Red+Green+Blue) = 137+7+48=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #890730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890730 is #76F8CF. Grayscale: #323232. Windows color (decimal): -7796944 or 3147657. OLE color: 3147657.

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

Color convert

RGB137748-
CMYK00.950.650.46
HSL341.08º90.28%28.24%-
HSV(B)341.08º94.89%53.73%-
XYZ10.935.683.32-
YUV50.54126.57189.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 71.35%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 48 (19.14% from 255) = 25%
R=71.35%
G=3.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13774800.950.650.46341.0890.2828.24
Hex8973005F412E1555a1c
Octal21176001371015652513234
Binary10001001111110000010111111000001101110101010101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890730; }

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

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

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

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

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

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

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

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