Html Css Color HEX #824B49 Lotus

📋 copy color: '#824B49'

red 130 ◦ green 75 ◦ blue 73

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

Shades of Lotus #824B49

Tints of Lotus #824B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

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

R = 46.76%
G = 26.98%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824B49 (or 0x824B49) is known color: Lotus. HEX triplet: 82, 4B and 49. RGB value is (130,75,73). Sum of RGB (Red+Green+Blue) = 130+75+73=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B49 is #7DB4B6. Grayscale: #5B5B5B. Windows color (decimal): -8238263 or 4803458. OLE color: 4803458.

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

Color convert

RGB 130 75 73 -
CMYK 0 0.42 0.44 0.49
HSL 2.11º 0.28% 0.4% -
HSV(B) 2.11º 0.44% 0.51% -
XYZ 12.92 10.26 7.6 -
YUV 91.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 130 75 73 0 0.42 0.44 0.49 2.11 0.28 0.4
Hex 82 4B 49 0 2A 2C 31 2 1C 28
Octal 202 113 111 0 52 54 61 2 34 50
Binary 10000010 1001011 1001001 0 101010 101100 110001 10 11100 101000

Color Harmonies of #824B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B49

Black with #824B49

Text Example


Text Example

White with #824B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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