Html Css Color HEX #825351 Lotus

📋 copy color: '#825351'

red 130 ◦ green 83 ◦ blue 81

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

Shades of Lotus #825351

Tints of Lotus #825351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 44.22%
G = 28.23%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825351 (or 0x825351) is known color: Lotus. HEX triplet: 82, 53 and 51. RGB value is (130,83,81). Sum of RGB (Red+Green+Blue) = 130+83+81=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825351 is #7DACAE. Grayscale: #606060. Windows color (decimal): -8236207 or 5329794. OLE color: 5329794.

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

Color convert

RGB 130 83 81 -
CMYK 0 0.36 0.38 0.49
HSL 2.45º 0.23% 0.41% -
HSV(B) 2.45º 0.38% 0.51% -
XYZ 13.78 11.53 9.28 -
YUV 96.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 130 83 81 0 0.36 0.38 0.49 2.45 0.23 0.41
Hex 82 53 51 0 24 26 31 2 17 29
Octal 202 123 121 0 44 46 61 2 27 51
Binary 10000010 1010011 1010001 0 100100 100110 110001 10 10111 101001

Color Harmonies of #825351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825351

Black with #825351

Text Example


Text Example

White with #825351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825351; }

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

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

background-color css

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

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

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

border-color css

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

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

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