#8F504E

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

Shades of Lotus #8F504E

Tints of Lotus #8F504E

Color information

#8F504E (or 0x8F504E) is unknown color: approx Lotus. HEX triplet: 8F, 50 and 4E. RGB value is (143,80,78). Sum of RGB (Red+Green+Blue) = 143+80+78=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F504E is #70AFB1. Grayscale: #626262. Windows color (decimal): -7385010 or 5132431. OLE color: 5132431.

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

Color convert

RGB1438078-
CMYK00.440.450.44
HSL1.85º29.41%43.33%-
HSV(B)1.85º45.45%56.08%-
XYZ15.5712.138.73-
YUV98.61116.37159.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.51%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=47.51%
G=26.58%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143807800.440.450.441.8529.4143.33
Hex8F504E02C2D2C21d2b
Octal217120116054555423553
Binary100011111010000100111001011001011011011001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,80,78); }

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

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

 a { background-color: rgb(143,80,78); }

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

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

 span { border-color: rgb(143,80,78); }

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