Html Css Color HEX #825850 Lotus

📋 copy color: '#825850'

red 130 ◦ green 88 ◦ blue 80

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

Shades of Lotus #825850

Tints of Lotus #825850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 43.62%
G = 29.53%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825850 (or 0x825850) is known color: Lotus. HEX triplet: 82, 58 and 50. RGB value is (130,88,80). Sum of RGB (Red+Green+Blue) = 130+88+80=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825850 is #7DA7AF. Grayscale: #636363. Windows color (decimal): -8234928 or 5265538. OLE color: 5265538.

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

Color convert

RGB 130 88 80 -
CMYK 0 0.32 0.38 0.49
HSL 9.6º 0.24% 0.41% -
HSV(B) 9.6º 0.38% 0.51% -
XYZ 14.14 12.3 9.22 -
YUV 99.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 130 88 80 0 0.32 0.38 0.49 9.6 0.24 0.41
Hex 82 58 50 0 20 26 31 A 18 29
Octal 202 130 120 0 40 46 61 12 30 51
Binary 10000010 1011000 1010000 0 100000 100110 110001 1010 11000 101001

Color Harmonies of #825850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825850

Black with #825850

Text Example


Text Example

White with #825850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825850; }

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

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

background-color css

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

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

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

border-color css

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

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

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