Html Css Color HEX #824A48 Lotus

📋 copy color: '#824A48'

red 130 ◦ green 74 ◦ blue 72

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

Shades of Lotus #824A48

Tints of Lotus #824A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 47.1%
G = 26.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824A48 (or 0x824A48) is known color: Lotus. HEX triplet: 82, 4A and 48. RGB value is (130,74,72). Sum of RGB (Red+Green+Blue) = 130+74+72=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A48 is #7DB5B7. Grayscale: #5A5A5A. Windows color (decimal): -8238520 or 4737666. OLE color: 4737666.

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

Color convert

RGB 130 74 72 -
CMYK 0 0.43 0.45 0.49
HSL 2.07º 0.29% 0.4% -
HSV(B) 2.07º 0.45% 0.51% -
XYZ 12.82 10.11 7.41 -
YUV 90.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 130 74 72 0 0.43 0.45 0.49 2.07 0.29 0.4
Hex 82 4A 48 0 2B 2D 31 2 1D 28
Octal 202 112 110 0 53 55 61 2 35 50
Binary 10000010 1001010 1001000 0 101011 101101 110001 10 11101 101000

Color Harmonies of #824A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A48

Black with #824A48

Text Example


Text Example

White with #824A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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