#890038

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

Shades of Burgundy #890038

Tints of Burgundy #890038

Color information

#890038 (or 0x890038) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 38. RGB value is (137,0,56). Sum of RGB (Red+Green+Blue) = 137+0+56=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #890038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890038 is #76FFC7. Grayscale: #2F2F2F. Windows color (decimal): -7798728 or 3670153. OLE color: 3670153.

HSL color Cylindrical-coordinate representation of color #890038: hue angle of 335.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890038 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB137056-
CMYK010.590.46
HSL335.47º100%26.86%-
HSV(B)335.47º100%53.73%-
XYZ11.035.64.24-
YUV47.35132.89191.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=70.98%
G=0%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137056010.590.46335.4710026.86
Hex890380643B2E14f641b
Octal2110700144735651714433
Binary10001001011100001100100111011101110101001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890038; }

 p { color: rgb(137,0,56); }

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

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

 a { background-color: rgb(137,0,56); }

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

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

 span { border-color: rgb(137,0,56); }

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