Html Css Color HEX #8E4F4C Lotus

📋 copy color: '#8E4F4C'

red 142 ◦ green 79 ◦ blue 76

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

Shades of Lotus #8E4F4C

Tints of Lotus #8E4F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 47.81%
G = 26.6%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E4F4C (or 0x8E4F4C) is known color: Lotus. HEX triplet: 8E, 4F and 4C. RGB value is (142,79,76). Sum of RGB (Red+Green+Blue) = 142+79+76=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4F4C is #71B0B3. Grayscale: #616161. Windows color (decimal): -7450804 or 5001102. OLE color: 5001102.

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

Color convert

RGB 142 79 76 -
CMYK 0 0.44 0.46 0.44
HSL 2.73º 0.3% 0.43% -
HSV(B) 2.73º 0.46% 0.56% -
XYZ 15.26 11.86 8.32 -
YUV 97.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 142 79 76 0 0.44 0.46 0.44 2.73 0.3 0.43
Hex 8E 4F 4C 0 2C 2E 2C 3 1E 2B
Octal 216 117 114 0 54 56 54 3 36 53
Binary 10001110 1001111 1001100 0 101100 101110 101100 11 11110 101011

Color Harmonies of #8E4F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4F4C

Black with #8E4F4C

Text Example


Text Example

White with #8E4F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,79,76); }

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

background-color css

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

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

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

border-color css

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

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

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