#8B4949

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

Shades of Lotus #8B4949

Tints of Lotus #8B4949

Color information

#8B4949 (or 0x8B4949) is unknown color: approx Lotus. HEX triplet: 8B, 49 and 49. RGB value is (139,73,73). Sum of RGB (Red+Green+Blue) = 139+73+73=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4949 is #74B6B6. Grayscale: #5C5C5C. Windows color (decimal): -7648951 or 4802955. OLE color: 4802955.

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

Color convert

RGB1397373-
CMYK00.470.470.45
HSL31.13%41.57%-
HSV(B)47.48%54.51%-
XYZ14.2310.747.63-
YUV92.73116.87161-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=48.77%
G=25.61%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139737300.470.470.45031.1341.57
Hex8B494902F2F2D01f2a
Octal213111111057575503752
Binary10001011100100110010010101111101111101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4949; }

 p { color: rgb(139,73,73); }

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

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

 a { background-color: rgb(139,73,73); }

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

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

 span { border-color: rgb(139,73,73); }

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