#894B4B

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

Shades of Lotus #894B4B

Tints of Lotus #894B4B

Color information

#894B4B (or 0x894B4B) is unknown color: approx Lotus. HEX triplet: 89, 4B and 4B. RGB value is (137,75,75). Sum of RGB (Red+Green+Blue) = 137+75+75=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B4B is #76B4B4. Grayscale: #5D5D5D. Windows color (decimal): -7779509 or 4934537. OLE color: 4934537.

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

Color convert

RGB1377575-
CMYK00.450.450.46
HSL29.25%41.57%-
HSV(B)45.26%53.73%-
XYZ14.110.868.01-
YUV93.54117.54159-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=47.74%
G=26.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137757500.450.450.46029.2541.57
Hex894B4B02D2D2E01d2a
Octal211113113055555603552
Binary10001001100101110010110101101101101101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B4B; }

 p { color: rgb(137,75,75); }

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

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

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

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

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

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

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