Html Css Color HEX #825150 Lotus

📋 copy color: '#825150'

red 130 ◦ green 81 ◦ blue 80

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

Shades of Lotus #825150

Tints of Lotus #825150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 44.67%
G = 27.84%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825150 (or 0x825150) is known color: Lotus. HEX triplet: 82, 51 and 50. RGB value is (130,81,80). Sum of RGB (Red+Green+Blue) = 130+81+80=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #825150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825150 is #7DAEAF. Grayscale: #5F5F5F. Windows color (decimal): -8236720 or 5263746. OLE color: 5263746.

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

Color convert

RGB 130 81 80 -
CMYK 0 0.38 0.38 0.49
HSL 1.2º 0.24% 0.41% -
HSV(B) 1.2º 0.38% 0.51% -
XYZ 13.6 11.21 9.04 -
YUV 95.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 130 81 80 0 0.38 0.38 0.49 1.2 0.24 0.41
Hex 82 51 50 0 26 26 31 1 18 29
Octal 202 121 120 0 46 46 61 1 30 51
Binary 10000010 1010001 1010000 0 100110 100110 110001 1 11000 101001

Color Harmonies of #825150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825150

Black with #825150

Text Example


Text Example

White with #825150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825150; }

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

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

background-color css

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

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

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

border-color css

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

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

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