Html Css Color HEX #824949 Lotus

📋 copy color: '#824949'

red 130 ◦ green 73 ◦ blue 73

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

Shades of Lotus #824949

Tints of Lotus #824949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

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

R = 47.1%
G = 26.45%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824949 (or 0x824949) is known color: Lotus. HEX triplet: 82, 49 and 49. RGB value is (130,73,73). Sum of RGB (Red+Green+Blue) = 130+73+73=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824949 is #7DB6B6. Grayscale: #5A5A5A. Windows color (decimal): -8238775 or 4802946. OLE color: 4802946.

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

Color convert

RGB 130 73 73 -
CMYK 0 0.44 0.44 0.49
HSL 0.28% 0.4% -
HSV(B) 0.44% 0.51% -
XYZ 12.79 9.99 7.56 -
YUV 90.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 130 73 73 0 0.44 0.44 0.49 0 0.28 0.4
Hex 82 49 49 0 2C 2C 31 0 1C 28
Octal 202 111 111 0 54 54 61 0 34 50
Binary 10000010 1001001 1001001 0 101100 101100 110001 0 11100 101000

Color Harmonies of #824949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824949

Black with #824949

Text Example


Text Example

White with #824949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824949; }

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

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

background-color css

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

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

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

border-color css

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

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

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