Html Css Color HEX #805551 Lotus

📋 copy color: '#805551'

red 128 ◦ green 85 ◦ blue 81

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

Shades of Lotus #805551

Tints of Lotus #805551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 43.54%
G = 28.91%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#805551 (or 0x805551) is known color: Lotus. HEX triplet: 80, 55 and 51. RGB value is (128,85,81). Sum of RGB (Red+Green+Blue) = 128+85+81=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805551 is #7FAAAE. Grayscale: #616161. Windows color (decimal): -8366767 or 5330304. OLE color: 5330304.

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

Color convert

RGB 128 85 81 -
CMYK 0 0.34 0.37 0.50
HSL 5.11º 0.22% 0.41% -
HSV(B) 5.11º 0.37% 0.5% -
XYZ 13.64 11.68 9.32 -
YUV 97.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 128 85 81 0 0.34 0.37 0.50 5.11 0.22 0.41
Hex 80 55 51 0 22 25 32 5 16 29
Octal 200 125 121 0 42 45 62 5 26 51
Binary 10000000 1010101 1010001 0 100010 100101 110010 101 10110 101001

Color Harmonies of #805551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805551

Black with #805551

Text Example


Text Example

White with #805551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805551; }

 p { color: rgb(128,85,81); }

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

background-color css

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

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

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

border-color css

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

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

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