Html Css Color HEX #8E5252 Lotus

📋 copy color: '#8E5252'

red 142 ◦ green 82 ◦ blue 82

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

Shades of Lotus #8E5252

Tints of Lotus #8E5252

RGB

 RED value IS 142 (55.86% from 255) = 46.41%

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

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

R = 46.41%
G = 26.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E5252 (or 0x8E5252) is known color: Lotus. HEX triplet: 8E, 52 and 52. RGB value is (142,82,82). Sum of RGB (Red+Green+Blue) = 142+82+82=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5252 is #71ADAD. Grayscale: #636363. Windows color (decimal): -7450030 or 5395086. OLE color: 5395086.

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

Color convert

RGB 142 82 82 -
CMYK 0 0.42 0.42 0.44
HSL 0.27% 0.44% -
HSV(B) 0.42% 0.56% -
XYZ 15.7 12.39 9.55 -
YUV 99.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 142 82 82 0 0.42 0.42 0.44 0 0.27 0.44
Hex 8E 52 52 0 2A 2A 2C 0 1B 2C
Octal 216 122 122 0 52 52 54 0 33 54
Binary 10001110 1010010 1010010 0 101010 101010 101100 0 11011 101100

Color Harmonies of #8E5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5252

Black with #8E5252

Text Example


Text Example

White with #8E5252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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