Html Css Color HEX #865050 Lotus

📋 copy color: '#865050'

red 134 ◦ green 80 ◦ blue 80

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

Shades of Lotus #865050

Tints of Lotus #865050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 45.58%
G = 27.21%
B = 27.21%

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

#865050 (or 0x865050) is known color: Lotus. HEX triplet: 86, 50 and 50. RGB value is (134,80,80). Sum of RGB (Red+Green+Blue) = 134+80+80=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865050 is #79AFAF. Grayscale: #606060. Windows color (decimal): -7974832 or 5263494. OLE color: 5263494.

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

Color convert

RGB 134 80 80 -
CMYK 0 0.40 0.40 0.47
HSL 0.25% 0.42% -
HSV(B) 0.4% 0.53% -
XYZ 14.15 11.38 9.04 -
YUV 96.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 134 80 80 0 0.40 0.40 0.47 0 0.25 0.42
Hex 86 50 50 0 28 28 2F 0 19 2A
Octal 206 120 120 0 50 50 57 0 31 52
Binary 10000110 1010000 1010000 0 101000 101000 101111 0 11001 101010

Color Harmonies of #865050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865050

Black with #865050

Text Example


Text Example

White with #865050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865050; }

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

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

background-color css

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

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

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

border-color css

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

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

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