#835151

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

Shades of Lotus #835151

Tints of Lotus #835151

Color information

#835151 (or 0x835151) is unknown color: approx Lotus. HEX triplet: 83, 51 and 51. RGB value is (131,81,81). Sum of RGB (Red+Green+Blue) = 131+81+81=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #835151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835151 is #7CAEAE. Grayscale: #606060. Windows color (decimal): -8171183 or 5329283. OLE color: 5329283.

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

Color convert

RGB1318181-
CMYK00.380.380.49
HSL23.58%41.57%-
HSV(B)38.17%51.37%-
XYZ13.7911.39.24-
YUV95.95119.56153-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=44.71%
G=27.65%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131818100.380.380.49023.5841.57
Hex83515102626310182a
Octal203121121046466103052
Binary10000011101000110100010100110100110110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835151; }

 p { color: rgb(131,81,81); }

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

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

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

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

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

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

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