#890534

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

Shades of Burgundy #890534

Tints of Burgundy #890534

Color information

#890534 (or 0x890534) is unknown color: approx Burgundy. HEX triplet: 89, 05 and 34. RGB value is (137,5,52). Sum of RGB (Red+Green+Blue) = 137+5+52=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890534 is #76FACB. Grayscale: #313131. Windows color (decimal): -7797452 or 3409289. OLE color: 3409289.

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

Color convert

RGB137552-
CMYK00.960.620.46
HSL338.64º92.96%27.84%-
HSV(B)338.64º96.35%53.73%-
XYZ10.995.673.76-
YUV49.83129.23190.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.62%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=70.62%
G=2.58%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13755200.960.620.46338.6492.9627.84
Hex895340603E2E1535d1c
Octal2115640140765652313534
Binary1000100110111010001100000111110101110101010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890534; }

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

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

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

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

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

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

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

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