Html Css Color HEX #805350 Lotus

📋 copy color: '#805350'

red 128 ◦ green 83 ◦ blue 80

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

Shades of Lotus #805350

Tints of Lotus #805350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 43.99%
G = 28.52%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#805350 (or 0x805350) is known color: Lotus. HEX triplet: 80, 53 and 50. RGB value is (128,83,80). Sum of RGB (Red+Green+Blue) = 128+83+80=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #805350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805350 is #7FACAF. Grayscale: #606060. Windows color (decimal): -8367280 or 5264256. OLE color: 5264256.

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

Color convert

RGB 128 83 80 -
CMYK 0 0.35 0.38 0.50
HSL 3.75º 0.23% 0.41% -
HSV(B) 3.75º 0.38% 0.5% -
XYZ 13.44 11.35 9.07 -
YUV 96.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 128 83 80 0 0.35 0.38 0.50 3.75 0.23 0.41
Hex 80 53 50 0 23 26 32 4 17 29
Octal 200 123 120 0 43 46 62 4 27 51
Binary 10000000 1010011 1010000 0 100011 100110 110010 100 10111 101001

Color Harmonies of #805350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805350

Black with #805350

Text Example


Text Example

White with #805350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805350; }

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

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

background-color css

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

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

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

border-color css

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

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

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