#890C36

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

Shades of Burgundy #890C36

Tints of Burgundy #890C36

Color information

#890C36 (or 0x890C36) is unknown color: approx Burgundy. HEX triplet: 89, 0C and 36. RGB value is (137,12,54). Sum of RGB (Red+Green+Blue) = 137+12+54=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #890C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C36 is #76F3C9. Grayscale: #363636. Windows color (decimal): -7795658 or 3542153. OLE color: 3542153.

HSL color Cylindrical-coordinate representation of color #890C36: hue angle of 339.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C36 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1371254-
CMYK00.910.610.46
HSL339.84º83.89%29.22%-
HSV(B)339.84º91.24%53.73%-
XYZ11.115.854.03-
YUV54.16127.91187.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.49%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=67.49%
G=5.91%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137125400.910.610.46339.8483.8929.22
Hex89C3605B3D2E154541d
Octal21114660133755652412435
Binary10001001110011011001011011111101101110101010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,12,54); }

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

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

 a { background-color: rgb(137,12,54); }

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

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

 span { border-color: rgb(137,12,54); }

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