Html Css Color HEX #825251 Lotus

📋 copy color: '#825251'

red 130 ◦ green 82 ◦ blue 81

#825251
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #825251

Tints of Lotus #825251

RGB

 RED value IS 130 (51.17% from 255) = 44.37%

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 81 (32.03% from 255) = 27.65%

R = 44.37%
G = 27.99%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825251 (or 0x825251) is known color: Lotus. HEX triplet: 82, 52 and 51. RGB value is (130,82,81). Sum of RGB (Red+Green+Blue) = 130+82+81=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825251 is #7DADAE. Grayscale: #606060. Windows color (decimal): -8236463 or 5329538. OLE color: 5329538.

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

Color convert

RGB 130 82 81 -
CMYK 0 0.37 0.38 0.49
HSL 1.22º 0.23% 0.41% -
HSV(B) 1.22º 0.38% 0.51% -
XYZ 13.71 11.37 9.26 -
YUV 96.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 130 82 81 0 0.37 0.38 0.49 1.22 0.23 0.41
Hex 82 52 51 0 25 26 31 1 17 29
Octal 202 122 121 0 45 46 61 1 27 51
Binary 10000010 1010010 1010001 0 100101 100110 110001 1 10111 101001

Color Harmonies of #825251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825251

Black with #825251

Text Example


Text Example

White with #825251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825251; }

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

 H1.HeaderClassName
 {
   color: #825251;
 }
 .AnyTagClassName
 {
   color: #825251;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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