Html Css Color HEX #8F504E Lotus

📋 copy color: '#8F504E'

red 143 ◦ green 80 ◦ blue 78

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

Shades of Lotus #8F504E

Tints of Lotus #8F504E

RGB

 RED value IS 143 (56.25% from 255) = 47.51%

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 47.51%
G = 26.58%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F504E (or 0x8F504E) is known color: Lotus. HEX triplet: 8F, 50 and 4E. RGB value is (143,80,78). Sum of RGB (Red+Green+Blue) = 143+80+78=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F504E is #70AFB1. Grayscale: #626262. Windows color (decimal): -7385010 or 5132431. OLE color: 5132431.

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

Color convert

RGB 143 80 78 -
CMYK 0 0.44 0.45 0.44
HSL 1.85º 0.29% 0.43% -
HSV(B) 1.85º 0.45% 0.56% -
XYZ 15.57 12.13 8.73 -
YUV 98.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 143 80 78 0 0.44 0.45 0.44 1.85 0.29 0.43
Hex 8F 50 4E 0 2C 2D 2C 2 1D 2B
Octal 217 120 116 0 54 55 54 2 35 53
Binary 10001111 1010000 1001110 0 101100 101101 101100 10 11101 101011

Color Harmonies of #8F504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F504E

Black with #8F504E

Text Example


Text Example

White with #8F504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,80,78); }

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

background-color css

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

 a { background-color: rgb(143,80,78); }

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

border-color css

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

 span { border-color: rgb(143,80,78); }

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