Html Css Color HEX #8D5252 Lotus

📋 copy color: '#8D5252'

red 141 ◦ green 82 ◦ blue 82

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

Shades of Lotus #8D5252

Tints of Lotus #8D5252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 46.23%
G = 26.89%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8D5252 (or 0x8D5252) is known color: Lotus. HEX triplet: 8D, 52 and 52. RGB value is (141,82,82). Sum of RGB (Red+Green+Blue) = 141+82+82=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5252 is #72ADAD. Grayscale: #636363. Windows color (decimal): -7515566 or 5395085. OLE color: 5395085.

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

Color convert

RGB 141 82 82 -
CMYK 0 0.42 0.42 0.45
HSL 0.26% 0.44% -
HSV(B) 0.42% 0.55% -
XYZ 15.52 12.31 9.54 -
YUV 99.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 141 82 82 0 0.42 0.42 0.45 0 0.26 0.44
Hex 8D 52 52 0 2A 2A 2D 0 1A 2C
Octal 215 122 122 0 52 52 55 0 32 54
Binary 10001101 1010010 1010010 0 101010 101010 101101 0 11010 101100

Color Harmonies of #8D5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5252

Black with #8D5252

Text Example


Text Example

White with #8D5252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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