#87514B

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

Shades of Lotus #87514B

Tints of Lotus #87514B

Color information

#87514B (or 0x87514B) is unknown color: approx Lotus. HEX triplet: 87, 51 and 4B. RGB value is (135,81,75). Sum of RGB (Red+Green+Blue) = 135+81+75=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #87514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87514B is #78AEB4. Grayscale: #606060. Windows color (decimal): -7909045 or 4936071. OLE color: 4936071.

HSL color Cylindrical-coordinate representation of color #87514B: hue angle of 6º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87514B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1358175-
CMYK00.400.440.47
HSL28.57%41.18%-
HSV(B)44.44%52.94%-
XYZ14.211.548.14-
YUV96.46115.89155.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=46.39%
G=27.84%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135817500.400.440.47628.5741.18
Hex87514B0282C2F61d29
Octal207121113050545763551
Binary1000011110100011001011010100010110010111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87514B; }

 p { color: rgb(135,81,75); }

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

<style>
 a { background-color: #87514B; }

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

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

<style>
 span { border-color: #87514B; }

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

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