#854B4B

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

Shades of Lotus #854B4B

Tints of Lotus #854B4B

Color information

#854B4B (or 0x854B4B) is unknown color: approx Lotus. HEX triplet: 85, 4B and 4B. RGB value is (133,75,75). Sum of RGB (Red+Green+Blue) = 133+75+75=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B4B is #7AB4B4. Grayscale: #5C5C5C. Windows color (decimal): -8041653 or 4934533. OLE color: 4934533.

HSL color Cylindrical-coordinate representation of color #854B4B: 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.44%. Process color model (Four color, CMYK) of #854B4B is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1337575-
CMYK00.440.440.48
HSL27.88%40.78%-
HSV(B)43.61%52.16%-
XYZ13.4610.537.98-
YUV92.34118.22157-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=47.00%
G=26.50%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133757500.440.440.48027.8840.78
Hex854B4B02C2C3001c29
Octal205113113054546003451
Binary10000101100101110010110101100101100110000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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