#8F5251

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

Shades of Lotus #8F5251

Tints of Lotus #8F5251

Color information

#8F5251 (or 0x8F5251) is unknown color: approx Lotus. HEX triplet: 8F, 52 and 51. RGB value is (143,82,81). Sum of RGB (Red+Green+Blue) = 143+82+81=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5251 is #70ADAE. Grayscale: #646464. Windows color (decimal): -7384495 or 5329551. OLE color: 5329551.

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

Color convert

RGB1438281-
CMYK00.430.430.44
HSL0.97º27.68%43.92%-
HSV(B)0.97º43.36%56.08%-
XYZ15.8312.479.36-
YUV100.12117.21158.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.73%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=46.73%
G=26.80%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143828100.430.430.440.9727.6843.92
Hex8F525102B2B2C11c2c
Octal217122121053535413454
Binary10001111101001010100010101011101011101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,81); }

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

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

 a { background-color: rgb(143,82,81); }

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

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

 span { border-color: rgb(143,82,81); }

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