Html Css Color HEX #88514B Lotus

📋 copy color: '#88514B'

red 136 ◦ green 81 ◦ blue 75

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

Shades of Lotus #88514B

Tints of Lotus #88514B

RGB

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

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

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

R = 46.58%
G = 27.74%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88514B (or 0x88514B) is known color: Lotus. HEX triplet: 88, 51 and 4B. RGB value is (136,81,75). Sum of RGB (Red+Green+Blue) = 136+81+75=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88514B is #77AEB4. Grayscale: #606060. Windows color (decimal): -7843509 or 4936072. OLE color: 4936072.

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

Color convert

RGB 136 81 75 -
CMYK 0 0.40 0.45 0.47
HSL 5.9º 0.29% 0.41% -
HSV(B) 5.9º 0.45% 0.53% -
XYZ 14.37 11.63 8.14 -
YUV 96.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 136 81 75 0 0.40 0.45 0.47 5.9 0.29 0.41
Hex 88 51 4B 0 28 2D 2F 6 1D 29
Octal 210 121 113 0 50 55 57 6 35 51
Binary 10001000 1010001 1001011 0 101000 101101 101111 110 11101 101001

Color Harmonies of #88514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88514B

Black with #88514B

Text Example


Text Example

White with #88514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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