#825151

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

Shades of Lotus #825151

Tints of Lotus #825151

Color information

#825151 (or 0x825151) is unknown color: approx Lotus. HEX triplet: 82, 51 and 51. RGB value is (130,81,81). Sum of RGB (Red+Green+Blue) = 130+81+81=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825151 is #7DAEAE. Grayscale: #5F5F5F. Windows color (decimal): -8236719 or 5329282. OLE color: 5329282.

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

Color convert

RGB1308181-
CMYK00.380.380.49
HSL23.22%41.37%-
HSV(B)37.69%50.98%-
XYZ13.6311.229.23-
YUV95.65119.73152.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=44.52%
G=27.74%
B=27.74%

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
Decimal130818100.380.380.49023.2241.37
Hex825151026263101729
Octal202121121046466102751
Binary10000010101000110100010100110100110110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825151; }

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

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

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

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

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

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

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

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