Html Css Color HEX #824A49 Lotus

📋 copy color: '#824A49'

red 130 ◦ green 74 ◦ blue 73

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

Shades of Lotus #824A49

Tints of Lotus #824A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 46.93%
G = 26.71%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824A49 (or 0x824A49) is known color: Lotus. HEX triplet: 82, 4A and 49. RGB value is (130,74,73). Sum of RGB (Red+Green+Blue) = 130+74+73=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #824A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A49 is #7DB5B6. Grayscale: #5A5A5A. Windows color (decimal): -8238519 or 4803202. OLE color: 4803202.

HSL color Cylindrical-coordinate representation of color #824A49: hue angle of 1.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824A49 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 73 -
CMYK 0 0.43 0.44 0.49
HSL 1.05º 0.28% 0.4% -
HSV(B) 1.05º 0.44% 0.51% -
XYZ 12.86 10.12 7.58 -
YUV 90.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 130 74 73 0 0.43 0.44 0.49 1.05 0.28 0.4
Hex 82 4A 49 0 2B 2C 31 1 1C 28
Octal 202 112 111 0 53 54 61 1 34 50
Binary 10000010 1001010 1001001 0 101011 101100 110001 1 11100 101000

Color Harmonies of #824A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A49

Black with #824A49

Text Example


Text Example

White with #824A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A49; }

 p { color: rgb(130,74,73); }

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

background-color css

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

 a { background-color: rgb(130,74,73); }

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

border-color css

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

 span { border-color: rgb(130,74,73); }

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