Html Css Color HEX #875050 Lotus

📋 copy color: '#875050'

red 135 ◦ green 80 ◦ blue 80

#875050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #875050

Tints of Lotus #875050

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875050 (or 0x875050) is known color: 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

RGB 135 80 80 -
CMYK 0 0.41 0.41 0.47
HSL 0.26% 0.42% -
HSV(B) 0.41% 0.53% -
XYZ 14.31 11.47 9.05 -
YUV 96.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 135 80 80 0 0.41 0.41 0.47 0 0.26 0.42
Hex 87 50 50 0 29 29 2F 0 1A 2A
Octal 207 120 120 0 51 51 57 0 32 52
Binary 10000111 1010000 1010000 0 101001 101001 101111 0 11010 101010

Color Harmonies of #875050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875050

Black with #875050

Text Example


Text Example

White with #875050

Text Example


Text Example

HTML Codes & Css Web 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>