Html Css Color HEX #865150 Lotus

📋 copy color: '#865150'

red 134 ◦ green 81 ◦ blue 80

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

Shades of Lotus #865150

Tints of Lotus #865150

RGB

 RED value IS 134 (52.73% from 255) = 45.42%

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

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

R = 45.42%
G = 27.46%
B = 27.12%

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

#865150 (or 0x865150) is known color: Lotus. HEX triplet: 86, 51 and 50. RGB value is (134,81,80). Sum of RGB (Red+Green+Blue) = 134+81+80=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865150 is #79AEAF. Grayscale: #606060. Windows color (decimal): -7974576 or 5263750. OLE color: 5263750.

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

Color convert

RGB 134 81 80 -
CMYK 0 0.40 0.40 0.47
HSL 1.11º 0.25% 0.42% -
HSV(B) 1.11º 0.4% 0.53% -
XYZ 14.22 11.53 9.07 -
YUV 96.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 134 81 80 0 0.40 0.40 0.47 1.11 0.25 0.42
Hex 86 51 50 0 28 28 2F 1 19 2A
Octal 206 121 120 0 50 50 57 1 31 52
Binary 10000110 1010001 1010000 0 101000 101000 101111 1 11001 101010

Color Harmonies of #865150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865150

Black with #865150

Text Example


Text Example

White with #865150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865150; }

 p { color: rgb(134,81,80); }

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

background-color css

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

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

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

border-color css

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

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

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