#890B30

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

Shades of Burgundy #890B30

Tints of Burgundy #890B30

Color information

#890B30 (or 0x890B30) is unknown color: approx Burgundy. HEX triplet: 89, 0B and 30. RGB value is (137,11,48). Sum of RGB (Red+Green+Blue) = 137+11+48=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #890B30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B30 is #76F4CF. Grayscale: #343434. Windows color (decimal): -7795920 or 3148681. OLE color: 3148681.

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

Color convert

RGB1371148-
CMYK00.920.650.46
HSL342.38º85.14%29.02%-
HSV(B)342.38º91.97%53.73%-
XYZ10.975.773.33-
YUV52.89125.24187.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.90%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=69.90%
G=5.61%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137114800.920.650.46342.3885.1429.02
Hex89B3005C412E156551d
Octal211136001341015652612535
Binary100010011011110000010111001000001101110101010110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,11,48); }

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

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

 a { background-color: rgb(137,11,48); }

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

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

 span { border-color: rgb(137,11,48); }

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