#890f34

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

Shades of Burgundy #890F34

Tints of Burgundy #890F34

Color information

#890F34 (or 0x890F34) is unknown color: approx Burgundy. HEX triplet: 89, 0F and 34. RGB value is (137,15,52). Sum of RGB (Red+Green+Blue) = 137+15+52=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #890F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F34 is #76F0CB. Grayscale: #373737. Windows color (decimal): -7794892 or 3411849. OLE color: 3411849.

HSL color Cylindrical-coordinate representation of color #890F34: hue angle of 341.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F34 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1371552-
CMYK00.890.620.46
HSL341.8º80.26%29.8%-
HSV(B)341.8º89.05%53.73%-
XYZ11.115.913.8-
YUV55.7125.92185.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=67.16%
G=7.35%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137155200.890.620.46341.880.2629.8
Hex89F340593E2E156501e
Octal21117640131765652612036
Binary10001001111111010001011001111110101110101010110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890f34; }

 p { color: rgb(137,15,52); }

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

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

 a { background-color: rgb(137,15,52); }

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

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

 span { border-color: rgb(137,15,52); }

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