#855351

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

Shades of Lotus #855351

Tints of Lotus #855351

Color information

#855351 (or 0x855351) is unknown color: approx Lotus. HEX triplet: 85, 53 and 51. RGB value is (133,83,81). Sum of RGB (Red+Green+Blue) = 133+83+81=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855351 is #7AACAE. Grayscale: #616161. Windows color (decimal): -8039599 or 5329797. OLE color: 5329797.

HSL color Cylindrical-coordinate representation of color #855351: hue angle of 2.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855351 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1338381-
CMYK00.380.390.48
HSL2.31º24.3%41.96%-
HSV(B)2.31º39.1%52.16%-
XYZ14.2511.779.3-
YUV97.72118.56153.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=44.78%
G=27.95%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133838100.380.390.482.3124.341.96
Hex85535102627302182a
Octal205123121046476023052
Binary100001011010011101000101001101001111100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855351; }

 p { color: rgb(133,83,81); }

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

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

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

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

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

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

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