Html Css Color HEX #864949 Lotus

📋 copy color: '#864949'

red 134 ◦ green 73 ◦ blue 73

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

Shades of Lotus #864949

Tints of Lotus #864949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 47.86%
G = 26.07%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#864949 (or 0x864949) is known color: Lotus. HEX triplet: 86, 49 and 49. RGB value is (134,73,73). Sum of RGB (Red+Green+Blue) = 134+73+73=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #864949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864949 is #79B6B6. Grayscale: #5B5B5B. Windows color (decimal): -7976631 or 4802950. OLE color: 4802950.

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

Color convert

RGB 134 73 73 -
CMYK 0 0.46 0.46 0.47
HSL 0.29% 0.41% -
HSV(B) 0.46% 0.53% -
XYZ 13.42 10.31 7.59 -
YUV 91.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 134 73 73 0 0.46 0.46 0.47 0 0.29 0.41
Hex 86 49 49 0 2E 2E 2F 0 1D 29
Octal 206 111 111 0 56 56 57 0 35 51
Binary 10000110 1001001 1001001 0 101110 101110 101111 0 11101 101001

Color Harmonies of #864949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864949

Black with #864949

Text Example


Text Example

White with #864949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864949; }

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

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

background-color css

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

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

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

border-color css

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

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

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