Html Css Color HEX #824848 Lotus

📋 copy color: '#824848'

red 130 ◦ green 72 ◦ blue 72

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

Shades of Lotus #824848

Tints of Lotus #824848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 47.45%
G = 26.28%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824848 (or 0x824848) is known color: Lotus. HEX triplet: 82, 48 and 48. RGB value is (130,72,72). Sum of RGB (Red+Green+Blue) = 130+72+72=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #824848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824848 is #7DB7B7. Grayscale: #595959. Windows color (decimal): -8239032 or 4737154. OLE color: 4737154.

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

Color convert

RGB 130 72 72 -
CMYK 0 0.45 0.45 0.49
HSL 0.29% 0.4% -
HSV(B) 0.45% 0.51% -
XYZ 12.69 9.85 7.36 -
YUV 89.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 130 72 72 0 0.45 0.45 0.49 0 0.29 0.4
Hex 82 48 48 0 2D 2D 31 0 1D 28
Octal 202 110 110 0 55 55 61 0 35 50
Binary 10000010 1001000 1001000 0 101101 101101 110001 0 11101 101000

Color Harmonies of #824848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824848

Black with #824848

Text Example


Text Example

White with #824848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824848; }

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

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

background-color css

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

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

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

border-color css

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

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

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