#875250

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

Shades of Lotus #875250

Tints of Lotus #875250

Color information

#875250 (or 0x875250) is unknown color: approx Lotus. HEX triplet: 87, 52 and 50. RGB value is (135,82,80). Sum of RGB (Red+Green+Blue) = 135+82+80=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875250 is #78ADAF. Grayscale: #616161. Windows color (decimal): -7908784 or 5264007. OLE color: 5264007.

HSL color Cylindrical-coordinate representation of color #875250: hue angle of 2.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875250 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1358280-
CMYK00.390.410.47
HSL2.18º25.58%42.16%-
HSV(B)2.18º40.74%52.94%-
XYZ14.4611.769.1-
YUV97.62118.06154.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=45.45%
G=27.61%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135828000.390.410.472.1825.5842.16
Hex875250027292F21a2a
Octal207122120047515723252
Binary100001111010010101000001001111010011011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875250; }

 p { color: rgb(135,82,80); }

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

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

 a { background-color: rgb(135,82,80); }

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

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

 span { border-color: rgb(135,82,80); }

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