Html Css Color HEX #87574D Lotus

📋 copy color: '#87574D'

red 135 ◦ green 87 ◦ blue 77

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

Shades of Lotus #87574D

Tints of Lotus #87574D

RGB

 RED value IS 135 (53.13% from 255) = 45.15%

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 45.15%
G = 29.1%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87574D (or 0x87574D) is known color: Lotus. HEX triplet: 87, 57 and 4D. RGB value is (135,87,77). Sum of RGB (Red+Green+Blue) = 135+87+77=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87574D is #78A8B2. Grayscale: #646464. Windows color (decimal): -7907507 or 5068679. OLE color: 5068679.

HSL color Cylindrical-coordinate representation of color #87574D: hue angle of 10.34º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87574D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 87 77 -
CMYK 0 0.36 0.43 0.47
HSL 10.34º 0.27% 0.42% -
HSV(B) 10.34º 0.43% 0.53% -
XYZ 14.74 12.5 8.66 -
YUV 100.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 135 87 77 0 0.36 0.43 0.47 10.34 0.27 0.42
Hex 87 57 4D 0 24 2B 2F A 1B 2A
Octal 207 127 115 0 44 53 57 12 33 52
Binary 10000111 1010111 1001101 0 100100 101011 101111 1010 11011 101010

Color Harmonies of #87574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87574D

Black with #87574D

Text Example


Text Example

White with #87574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87574D; }

 p { color: rgb(135,87,77); }

 H1.HeaderClassName
 {
   color: #87574D;
 }
 .AnyTagClassName
 {
   color: #87574D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #87574D;
 }
 .BgClassName
 {
   background-color: #87574D;
 }
</style>

border-color css

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

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

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