Html Css Color HEX #875250 Lotus

📋 copy color: '#875250'

red 135 ◦ green 82 ◦ blue 80

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

Shades of Lotus #875250

Tints of Lotus #875250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 45.45%
G = 27.61%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875250 (or 0x875250) is known color: Lotus. HEX triplet: 87, 52 and 50. RGB value is (135,82,80). Sum of RGB (Red+Green+Blue) = 135+82+80=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875250 is #78ADAF. Grayscale: #616161. Windows color (decimal): -7908784 or 5264007. OLE color: 5264007.

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

Color convert

RGB 135 82 80 -
CMYK 0 0.39 0.41 0.47
HSL 2.18º 0.26% 0.42% -
HSV(B) 2.18º 0.41% 0.53% -
XYZ 14.46 11.76 9.1 -
YUV 97.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 135 82 80 0 0.39 0.41 0.47 2.18 0.26 0.42
Hex 87 52 50 0 27 29 2F 2 1A 2A
Octal 207 122 120 0 47 51 57 2 32 52
Binary 10000111 1010010 1010000 0 100111 101001 101111 10 11010 101010

Color Harmonies of #875250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875250

Black with #875250

Text Example


Text Example

White with #875250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875250; }

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

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

background-color css

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

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

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

border-color css

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

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

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