#8C5151

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

Shades of Lotus #8C5151

Tints of Lotus #8C5151

Color information

#8C5151 (or 0x8C5151) is unknown color: approx Lotus. HEX triplet: 8C, 51 and 51. RGB value is (140,81,81). Sum of RGB (Red+Green+Blue) = 140+81+81=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5151 is #73AEAE. Grayscale: #626262. Windows color (decimal): -7581359 or 5329292. OLE color: 5329292.

HSL color Cylindrical-coordinate representation of color #8C5151: hue angle of 0º 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 #8C5151 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1408181-
CMYK00.420.420.45
HSL26.7%43.33%-
HSV(B)42.14%54.9%-
XYZ15.2412.059.31-
YUV98.64118.05157.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=46.36%
G=26.82%
B=26.82%

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
Decimal140818100.420.420.45026.743.33
Hex8C515102A2A2D01b2b
Octal214121121052525503353
Binary10001100101000110100010101010101010101101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,81); }

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

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

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

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

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

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

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