#844B4B

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

Shades of Lotus #844B4B

Tints of Lotus #844B4B

Color information

#844B4B (or 0x844B4B) is unknown color: approx Lotus. HEX triplet: 84, 4B and 4B. RGB value is (132,75,75). Sum of RGB (Red+Green+Blue) = 132+75+75=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B4B is #7BB4B4. Grayscale: #5C5C5C. Windows color (decimal): -8107189 or 4934532. OLE color: 4934532.

HSL color Cylindrical-coordinate representation of color #844B4B: hue angle of 0º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B4B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1327575-
CMYK00.430.430.48
HSL27.54%40.59%-
HSV(B)43.18%51.76%-
XYZ13.310.457.97-
YUV92.04118.38156.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=46.81%
G=26.60%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132757500.430.430.48027.5440.59
Hex844B4B02B2B3001c29
Octal204113113053536003451
Binary10000100100101110010110101011101011110000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B4B; }

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

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

<style>
 a { background-color: #844B4B; }

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

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

<style>
 span { border-color: #844B4B; }

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

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