Html Css Color HEX #88514E Lotus

📋 copy color: '#88514E'

red 136 ◦ green 81 ◦ blue 78

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

Shades of Lotus #88514E

Tints of Lotus #88514E

RGB

 RED value IS 136 (53.52% from 255) = 46.1%

 GREEN value IS 81 (32.03% from 255) = 27.46%

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

R = 46.1%
G = 27.46%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88514E (or 0x88514E) is known color: Lotus. HEX triplet: 88, 51 and 4E. RGB value is (136,81,78). Sum of RGB (Red+Green+Blue) = 136+81+78=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88514E is #77AEB1. Grayscale: #616161. Windows color (decimal): -7843506 or 5132680. OLE color: 5132680.

HSL color Cylindrical-coordinate representation of color #88514E: hue angle of 3.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88514E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 78 -
CMYK 0 0.40 0.43 0.47
HSL 3.1º 0.27% 0.42% -
HSV(B) 3.1º 0.43% 0.53% -
XYZ 14.47 11.67 8.7 -
YUV 97.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 136 81 78 0 0.40 0.43 0.47 3.1 0.27 0.42
Hex 88 51 4E 0 28 2B 2F 3 1B 2A
Octal 210 121 116 0 50 53 57 3 33 52
Binary 10001000 1010001 1001110 0 101000 101011 101111 11 11011 101010

Color Harmonies of #88514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88514E

Black with #88514E

Text Example


Text Example

White with #88514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88514E; }

 p { color: rgb(136,81,78); }

 H1.HeaderClassName
 {
   color: #88514E;
 }
 .AnyTagClassName
 {
   color: #88514E;
 }
</style>

background-color css

<style>
 a { background-color: #88514E; }

 a { background-color: rgb(136,81,78); }

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

border-color css

<style>
 span { border-color: #88514E; }

 span { border-color: rgb(136,81,78); }

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