#825451

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

Shades of Lotus #825451

Tints of Lotus #825451

Color information

#825451 (or 0x825451) is unknown color: approx Lotus. HEX triplet: 82, 54 and 51. RGB value is (130,84,81). Sum of RGB (Red+Green+Blue) = 130+84+81=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825451 is #7DABAE. Grayscale: #616161. Windows color (decimal): -8235951 or 5330050. OLE color: 5330050.

HSL color Cylindrical-coordinate representation of color #825451: hue angle of 3.67º 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 #825451 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1308481-
CMYK00.350.380.49
HSL3.67º23.22%41.37%-
HSV(B)3.67º37.69%50.98%-
XYZ13.8611.689.31-
YUV97.41118.74151.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=44.07%
G=28.47%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130848100.350.380.493.6723.2241.37
Hex825451023263141729
Octal202124121043466142751
Binary1000001010101001010001010001110011011000110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825451; }

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

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

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

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

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

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

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

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