Html Css Color HEX #8D5251 Lotus

📋 copy color: '#8D5251'

red 141 ◦ green 82 ◦ blue 81

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

Shades of Lotus #8D5251

Tints of Lotus #8D5251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 46.38%
G = 26.97%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D5251 (or 0x8D5251) is known color: Lotus. HEX triplet: 8D, 52 and 51. RGB value is (141,82,81). Sum of RGB (Red+Green+Blue) = 141+82+81=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5251 is #72ADAE. Grayscale: #636363. Windows color (decimal): -7515567 or 5329549. OLE color: 5329549.

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

Color convert

RGB 141 82 81 -
CMYK 0 0.42 0.43 0.45
HSL 0.27% 0.44% -
HSV(B) 0.43% 0.55% -
XYZ 15.49 12.29 9.34 -
YUV 99.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 141 82 81 0 0.42 0.43 0.45 1 0.27 0.44
Hex 8D 52 51 0 2A 2B 2D 1 1B 2C
Octal 215 122 121 0 52 53 55 1 33 54
Binary 10001101 1010010 1010001 0 101010 101011 101101 1 11011 101100

Color Harmonies of #8D5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5251

Black with #8D5251

Text Example


Text Example

White with #8D5251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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