Html Css Color HEX #88524F Lotus

📋 copy color: '#88524F'

red 136 ◦ green 82 ◦ blue 79

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

Shades of Lotus #88524F

Tints of Lotus #88524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 45.79%
G = 27.61%
B = 26.6%

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

#88524F (or 0x88524F) is known color: Lotus. HEX triplet: 88, 52 and 4F. RGB value is (136,82,79). Sum of RGB (Red+Green+Blue) = 136+82+79=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88524F is #77ADB0. Grayscale: #616161. Windows color (decimal): -7843249 or 5198472. OLE color: 5198472.

HSL color Cylindrical-coordinate representation of color #88524F: hue angle of 3.16º 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 #88524F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 79 -
CMYK 0 0.40 0.42 0.47
HSL 3.16º 0.27% 0.42% -
HSV(B) 3.16º 0.42% 0.53% -
XYZ 14.58 11.83 8.91 -
YUV 97.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 136 82 79 0 0.40 0.42 0.47 3.16 0.27 0.42
Hex 88 52 4F 0 28 2A 2F 3 1B 2A
Octal 210 122 117 0 50 52 57 3 33 52
Binary 10001000 1010010 1001111 0 101000 101010 101111 11 11011 101010

Color Harmonies of #88524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88524F

Black with #88524F

Text Example


Text Example

White with #88524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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