Html Css Color HEX #83504D Lotus

📋 copy color: '#83504D'

red 131 ◦ green 80 ◦ blue 77

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

Shades of Lotus #83504D

Tints of Lotus #83504D

RGB

 RED value IS 131 (51.56% from 255) = 45.49%

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 45.49%
G = 27.78%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83504D (or 0x83504D) is known color: Lotus. HEX triplet: 83, 50 and 4D. RGB value is (131,80,77). Sum of RGB (Red+Green+Blue) = 131+80+77=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83504D is #7CAFB2. Grayscale: #5E5E5E. Windows color (decimal): -8171443 or 5066883. OLE color: 5066883.

HSL color Cylindrical-coordinate representation of color #83504D: hue angle of 3.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83504D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 77 -
CMYK 0 0.39 0.41 0.49
HSL 3.33º 0.26% 0.41% -
HSV(B) 3.33º 0.41% 0.51% -
XYZ 13.57 11.1 8.45 -
YUV 94.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 131 80 77 0 0.39 0.41 0.49 3.33 0.26 0.41
Hex 83 50 4D 0 27 29 31 3 1A 29
Octal 203 120 115 0 47 51 61 3 32 51
Binary 10000011 1010000 1001101 0 100111 101001 110001 11 11010 101001

Color Harmonies of #83504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83504D

Black with #83504D

Text Example


Text Example

White with #83504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83504D; }

 p { color: rgb(131,80,77); }

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

background-color css

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

 a { background-color: rgb(131,80,77); }

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

border-color css

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

 span { border-color: rgb(131,80,77); }

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