Html Css Color HEX #844848 Lotus

📋 copy color: '#844848'

red 132 ◦ green 72 ◦ blue 72

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

Shades of Lotus #844848

Tints of Lotus #844848

RGB

 RED value IS 132 (51.95% from 255) = 47.83%

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

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

R = 47.83%
G = 26.09%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844848 (or 0x844848) is known color: Lotus. HEX triplet: 84, 48 and 48. RGB value is (132,72,72). Sum of RGB (Red+Green+Blue) = 132+72+72=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #844848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844848 is #7BB7B7. Grayscale: #5A5A5A. Windows color (decimal): -8107960 or 4737156. OLE color: 4737156.

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

Color convert

RGB 132 72 72 -
CMYK 0 0.45 0.45 0.48
HSL 0.29% 0.4% -
HSV(B) 0.45% 0.52% -
XYZ 13 10.01 7.38 -
YUV 89.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 132 72 72 0 0.45 0.45 0.48 0 0.29 0.4
Hex 84 48 48 0 2D 2D 30 0 1D 28
Octal 204 110 110 0 55 55 60 0 35 50
Binary 10000100 1001000 1001000 0 101101 101101 110000 0 11101 101000

Color Harmonies of #844848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844848

Black with #844848

Text Example


Text Example

White with #844848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844848; }

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

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

background-color css

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

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

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

border-color css

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

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

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