Html Css Color HEX #875351 Lotus

📋 copy color: '#875351'

red 135 ◦ green 83 ◦ blue 81

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

Shades of Lotus #875351

Tints of Lotus #875351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 45.15%
G = 27.76%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#875351 (or 0x875351) is known color: Lotus. HEX triplet: 87, 53 and 51. RGB value is (135,83,81). Sum of RGB (Red+Green+Blue) = 135+83+81=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875351 is #78ACAE. Grayscale: #626262. Windows color (decimal): -7908527 or 5329799. OLE color: 5329799.

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

Color convert

RGB 135 83 81 -
CMYK 0 0.39 0.40 0.47
HSL 2.22º 0.25% 0.42% -
HSV(B) 2.22º 0.4% 0.53% -
XYZ 14.57 11.93 9.32 -
YUV 98.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 135 83 81 0 0.39 0.40 0.47 2.22 0.25 0.42
Hex 87 53 51 0 27 28 2F 2 19 2A
Octal 207 123 121 0 47 50 57 2 31 52
Binary 10000111 1010011 1010001 0 100111 101000 101111 10 11001 101010

Color Harmonies of #875351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875351

Black with #875351

Text Example


Text Example

White with #875351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875351; }

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

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

background-color css

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

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

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

border-color css

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

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

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