Html Css Color HEX #875151 Lotus

📋 copy color: '#875151'

red 135 ◦ green 81 ◦ blue 81

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

Shades of Lotus #875151

Tints of Lotus #875151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#875151 (or 0x875151) is known color: Lotus. HEX triplet: 87, 51 and 51. RGB value is (135,81,81). Sum of RGB (Red+Green+Blue) = 135+81+81=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875151 is #78AEAE. Grayscale: #616161. Windows color (decimal): -7909039 or 5329287. OLE color: 5329287.

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

Color convert

RGB 135 81 81 -
CMYK 0 0.40 0.40 0.47
HSL 0.25% 0.42% -
HSV(B) 0.4% 0.53% -
XYZ 14.42 11.63 9.27 -
YUV 97.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 135 81 81 0 0.40 0.40 0.47 0 0.25 0.42
Hex 87 51 51 0 28 28 2F 0 19 2A
Octal 207 121 121 0 50 50 57 0 31 52
Binary 10000111 1010001 1010001 0 101000 101000 101111 0 11001 101010

Color Harmonies of #875151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875151

Black with #875151

Text Example


Text Example

White with #875151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875151; }

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

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

background-color css

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

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

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

border-color css

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

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

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