Html Css Color HEX #825550 Lotus

📋 copy color: '#825550'

red 130 ◦ green 85 ◦ blue 80

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

Shades of Lotus #825550

Tints of Lotus #825550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 44.07%
G = 28.81%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825550 (or 0x825550) is known color: Lotus. HEX triplet: 82, 55 and 50. RGB value is (130,85,80). Sum of RGB (Red+Green+Blue) = 130+85+80=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825550 is #7DAAAF. Grayscale: #616161. Windows color (decimal): -8235696 or 5264770. OLE color: 5264770.

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

Color convert

RGB 130 85 80 -
CMYK 0 0.35 0.38 0.49
HSL 0.24% 0.41% -
HSV(B) 0.38% 0.51% -
XYZ 13.9 11.82 9.14 -
YUV 97.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 130 85 80 0 0.35 0.38 0.49 6 0.24 0.41
Hex 82 55 50 0 23 26 31 6 18 29
Octal 202 125 120 0 43 46 61 6 30 51
Binary 10000010 1010101 1010000 0 100011 100110 110001 110 11000 101001

Color Harmonies of #825550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825550

Black with #825550

Text Example


Text Example

White with #825550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825550; }

 p { color: rgb(130,85,80); }

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

background-color css

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

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

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

border-color css

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

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

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