Html Css Color HEX #8E4C4B Lotus

📋 copy color: '#8E4C4B'

red 142 ◦ green 76 ◦ blue 75

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

Shades of Lotus #8E4C4B

Tints of Lotus #8E4C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 48.46%
G = 25.94%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8E4C4B (or 0x8E4C4B) is known color: Lotus. HEX triplet: 8E, 4C and 4B. RGB value is (142,76,75). Sum of RGB (Red+Green+Blue) = 142+76+75=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C4B is #71B3B4. Grayscale: #5F5F5F. Windows color (decimal): -7451573 or 4934798. OLE color: 4934798.

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

Color convert

RGB 142 76 75 -
CMYK 0 0.46 0.47 0.44
HSL 0.9º 0.31% 0.43% -
HSV(B) 0.9º 0.47% 0.56% -
XYZ 15.01 11.43 8.07 -
YUV 95.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 142 76 75 0 0.46 0.47 0.44 0.9 0.31 0.43
Hex 8E 4C 4B 0 2E 2F 2C 1 1F 2B
Octal 216 114 113 0 56 57 54 1 37 53
Binary 10001110 1001100 1001011 0 101110 101111 101100 1 11111 101011

Color Harmonies of #8E4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C4B

Black with #8E4C4B

Text Example


Text Example

White with #8E4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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