#824A48

Color #824A48 Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #824A48

Tints of Lotus #824A48

Color information

#824A48 (or 0x824A48) is unknown color: approx 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

RGB1307472-
CMYK00.430.450.49
HSL2.07º28.71%39.61%-
HSV(B)2.07º44.62%50.98%-
XYZ12.8210.117.41-
YUV90.52117.55156.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=47.10%
G=26.81%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130747200.430.450.492.0728.7139.61
Hex824A4802B2D3121d28
Octal202112110053556123550
Binary100000101001010100100001010111011011100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>