#855252

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

Shades of Lotus #855252

Tints of Lotus #855252

Color information

#855252 (or 0x855252) is unknown color: approx Lotus. HEX triplet: 85, 52 and 52. RGB value is (133,82,82). Sum of RGB (Red+Green+Blue) = 133+82+82=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855252 is #7AADAD. Grayscale: #616161. Windows color (decimal): -8039854 or 5395077. OLE color: 5395077.

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

Color convert

RGB1338282-
CMYK00.380.380.48
HSL23.72%42.16%-
HSV(B)38.35%52.16%-
XYZ14.2111.639.48-
YUV97.25119.4153.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=44.78%
G=27.61%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133828200.380.380.48023.7242.16
Hex85525202626300182a
Octal205122122046466003052
Binary10000101101001010100100100110100110110000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855252; }

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

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

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

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

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

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

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

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