Html Css Color HEX #8D5149 Lotus

📋 copy color: '#8D5149'

red 141 ◦ green 81 ◦ blue 73

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

Shades of Lotus #8D5149

Tints of Lotus #8D5149

RGB

 RED value IS 141 (55.47% from 255) = 47.8%

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

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

R = 47.8%
G = 27.46%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D5149 (or 0x8D5149) is known color: Lotus. HEX triplet: 8D, 51 and 49. RGB value is (141,81,73). Sum of RGB (Red+Green+Blue) = 141+81+73=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5149 is #72AEB6. Grayscale: #626262. Windows color (decimal): -7515831 or 4805005. OLE color: 4805005.

HSL color Cylindrical-coordinate representation of color #8D5149: hue angle of 7.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D5149 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 81 73 -
CMYK 0 0.43 0.48 0.45
HSL 7.06º 0.32% 0.42% -
HSV(B) 7.06º 0.48% 0.55% -
XYZ 15.13 12.03 7.83 -
YUV 98.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 141 81 73 0 0.43 0.48 0.45 7.06 0.32 0.42
Hex 8D 51 49 0 2B 30 2D 7 20 2A
Octal 215 121 111 0 53 60 55 7 40 52
Binary 10001101 1010001 1001001 0 101011 110000 101101 111 100000 101010

Color Harmonies of #8D5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5149

Black with #8D5149

Text Example


Text Example

White with #8D5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D5149; }

 p { color: rgb(141,81,73); }

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

background-color css

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

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

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

border-color css

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

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

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