#890023

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

Shades of Burgundy #890023

Tints of Burgundy #890023

Color information

#890023 (or 0x890023) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 23. RGB value is (137,0,35). Sum of RGB (Red+Green+Blue) = 137+0+35=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #890023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890023 is #76FFDC. Grayscale: #2C2C2C. Windows color (decimal): -7798749 or 2293897. OLE color: 2293897.

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

Color convert

RGB137035-
CMYK010.740.46
HSL344.67º100%26.86%-
HSV(B)344.67º100%53.73%-
XYZ10.625.442.08-
YUV44.95122.39193.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 79.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=79.65%
G=0%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137035010.740.46344.6710026.86
Hex890230644A2E159641b
Octal21104301441125653114433
Binary100010010100011011001001001010101110101011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890023; }

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

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

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

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

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

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

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

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