Html Css Color HEX #805351 Lotus

📋 copy color: '#805351'

red 128 ◦ green 83 ◦ blue 81

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

Shades of Lotus #805351

Tints of Lotus #805351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 43.84%
G = 28.42%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#805351 (or 0x805351) is known color: Lotus. HEX triplet: 80, 53 and 51. RGB value is (128,83,81). Sum of RGB (Red+Green+Blue) = 128+83+81=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #805351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805351 is #7FACAE. Grayscale: #606060. Windows color (decimal): -8367279 or 5329792. OLE color: 5329792.

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

Color convert

RGB 128 83 81 -
CMYK 0 0.35 0.37 0.50
HSL 2.55º 0.22% 0.41% -
HSV(B) 2.55º 0.37% 0.5% -
XYZ 13.48 11.37 9.27 -
YUV 96.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 128 83 81 0 0.35 0.37 0.50 2.55 0.22 0.41
Hex 80 53 51 0 23 25 32 3 16 29
Octal 200 123 121 0 43 45 62 3 26 51
Binary 10000000 1010011 1010001 0 100011 100101 110010 11 10110 101001

Color Harmonies of #805351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805351

Black with #805351

Text Example


Text Example

White with #805351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805351; }

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

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

background-color css

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

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

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

border-color css

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

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

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