#875050

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

Shades of Lotus #875050

Tints of Lotus #875050

Color information

#875050 (or 0x875050) is unknown color: approx Lotus. HEX triplet: 87, 50 and 50. RGB value is (135,80,80). Sum of RGB (Red+Green+Blue) = 135+80+80=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #875050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875050 is #78AFAF. Grayscale: #606060. Windows color (decimal): -7909296 or 5263495. OLE color: 5263495.

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

Color convert

RGB1358080-
CMYK00.410.410.47
HSL25.58%42.16%-
HSV(B)40.74%52.94%-
XYZ14.3111.479.05-
YUV96.44118.72155.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=45.76%
G=27.12%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135808000.410.410.47025.5842.16
Hex875050029292F01a2a
Octal207120120051515703252
Binary10000111101000010100000101001101001101111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875050; }

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

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

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

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

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

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

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

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