Html Css Color HEX #88514F Lotus

📋 copy color: '#88514F'

red 136 ◦ green 81 ◦ blue 79

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

Shades of Lotus #88514F

Tints of Lotus #88514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 45.95%
G = 27.36%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88514F (or 0x88514F) is known color: Lotus. HEX triplet: 88, 51 and 4F. RGB value is (136,81,79). Sum of RGB (Red+Green+Blue) = 136+81+79=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88514F is #77AEB0. Grayscale: #616161. Windows color (decimal): -7843505 or 5198216. OLE color: 5198216.

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

Color convert

RGB 136 81 79 -
CMYK 0 0.40 0.42 0.47
HSL 2.11º 0.27% 0.42% -
HSV(B) 2.11º 0.42% 0.53% -
XYZ 14.51 11.68 8.89 -
YUV 97.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 136 81 79 0 0.40 0.42 0.47 2.11 0.27 0.42
Hex 88 51 4F 0 28 2A 2F 2 1B 2A
Octal 210 121 117 0 50 52 57 2 33 52
Binary 10001000 1010001 1001111 0 101000 101010 101111 10 11011 101010

Color Harmonies of #88514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88514F

Black with #88514F

Text Example


Text Example

White with #88514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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