#8B4F4F

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

Shades of Lotus #8B4F4F

Tints of Lotus #8B4F4F

Color information

#8B4F4F (or 0x8B4F4F) is unknown color: approx Lotus. HEX triplet: 8B, 4F and 4F. RGB value is (139,79,79). Sum of RGB (Red+Green+Blue) = 139+79+79=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F4F is #74B0B0. Grayscale: #616161. Windows color (decimal): -7647409 or 5197707. OLE color: 5197707.

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

Color convert

RGB1397979-
CMYK00.430.430.45
HSL27.52%42.75%-
HSV(B)43.17%54.51%-
XYZ14.8511.658.86-
YUV96.94117.88158-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=46.80%
G=26.60%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139797900.430.430.45027.5242.75
Hex8B4F4F02B2B2D01c2b
Octal213117117053535503453
Binary10001011100111110011110101011101011101101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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