Html Css Color HEX #804848 Lotus

📋 copy color: '#804848'

red 128 ◦ green 72 ◦ blue 72

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

Shades of Lotus #804848

Tints of Lotus #804848

RGB

 RED value IS 128 (50.39% from 255) = 47.06%

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

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

R = 47.06%
G = 26.47%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#804848 (or 0x804848) is known color: Lotus. HEX triplet: 80, 48 and 48. RGB value is (128,72,72). Sum of RGB (Red+Green+Blue) = 128+72+72=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #804848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804848 is #7FB7B7. Grayscale: #585858. Windows color (decimal): -8370104 or 4737152. OLE color: 4737152.

HSL color Cylindrical-coordinate representation of color #804848: hue angle of 0º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804848 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 72 -
CMYK 0 0.44 0.44 0.50
HSL 0.28% 0.39% -
HSV(B) 0.44% 0.5% -
XYZ 12.39 9.69 7.35 -
YUV 88.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 128 72 72 0 0.44 0.44 0.50 0 0.28 0.39
Hex 80 48 48 0 2C 2C 32 0 1C 27
Octal 200 110 110 0 54 54 62 0 34 47
Binary 10000000 1001000 1001000 0 101100 101100 110010 0 11100 100111

Color Harmonies of #804848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804848

Black with #804848

Text Example


Text Example

White with #804848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804848; }

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

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

background-color css

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

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

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

border-color css

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

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

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