#884b4b

Color #884B4B Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #884B4B

Tints of Lotus #884B4B

Color information

#884B4B (or 0x884B4B) is unknown color: approx Lotus. HEX triplet: 88, 4B and 4B. RGB value is (136,75,75). Sum of RGB (Red+Green+Blue) = 136+75+75=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B4B is #77B4B4. Grayscale: #5D5D5D. Windows color (decimal): -7845045 or 4934536. OLE color: 4934536.

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

Color convert

RGB1367575-
CMYK00.450.450.47
HSL28.91%41.37%-
HSV(B)44.85%53.33%-
XYZ13.9410.778-
YUV93.24117.71158.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=47.55%
G=26.22%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136757500.450.450.47028.9141.37
Hex884B4B02D2D2F01d29
Octal210113113055555703551
Binary10001000100101110010110101101101101101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884b4b; }

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

 H1.HeaderClassName
 {
   color: #884b4b;
 }
 .AnyTagClassName
 {
   color: #884b4b;
 }
</style>
background-color css

<style>
 a { background-color: #884b4b; }

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

 div.DivClassName
 {
   background-color: #884b4b;
 }
 .BgClassName
 {
   background-color: #884b4b;
 }
</style>
border-color css

<style>
 span { border-color: #884b4b; }

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

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