Html Css Color HEX #804646 Lotus

📋 copy color: '#804646'

red 128 ◦ green 70 ◦ blue 70

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

Shades of Lotus #804646

Tints of Lotus #804646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 70 (27.73% from 255) = 26.12%

R = 47.76%
G = 26.12%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#804646 (or 0x804646) is known color: Lotus. HEX triplet: 80, 46 and 46. RGB value is (128,70,70). Sum of RGB (Red+Green+Blue) = 128+70+70=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #804646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804646 is #7FB9B9. Grayscale: #575757. Windows color (decimal): -8370618 or 4605568. OLE color: 4605568.

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

Color convert

RGB 128 70 70 -
CMYK 0 0.45 0.45 0.50
HSL 0.29% 0.39% -
HSV(B) 0.45% 0.5% -
XYZ 12.2 9.41 6.97 -
YUV 87.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 128 70 70 0 0.45 0.45 0.50 0 0.29 0.39
Hex 80 46 46 0 2D 2D 32 0 1D 27
Octal 200 106 106 0 55 55 62 0 35 47
Binary 10000000 1000110 1000110 0 101101 101101 110010 0 11101 100111

Color Harmonies of #804646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804646

Black with #804646

Text Example


Text Example

White with #804646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804646; }

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

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

background-color css

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

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

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

border-color css

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

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

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