#8B5150

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

Shades of Lotus #8B5150

Tints of Lotus #8B5150

Color information

#8B5150 (or 0x8B5150) is unknown color: approx Lotus. HEX triplet: 8B, 51 and 50. RGB value is (139,81,80). Sum of RGB (Red+Green+Blue) = 139+81+80=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5150 is #74AEAF. Grayscale: #626262. Windows color (decimal): -7646896 or 5263755. OLE color: 5263755.

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

Color convert

RGB1398180-
CMYK00.420.420.45
HSL1.02º26.94%42.94%-
HSV(B)1.02º42.45%54.51%-
XYZ15.0411.959.1-
YUV98.23117.72157.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=46.33%
G=27%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139818000.420.420.451.0226.9442.94
Hex8B515002A2A2D11b2b
Octal213121120052525513353
Binary10001011101000110100000101010101010101101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,80); }

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

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

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

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

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

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

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