Html Css Color HEX #835050 Lotus

📋 copy color: '#835050'

red 131 ◦ green 80 ◦ blue 80

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

Shades of Lotus #835050

Tints of Lotus #835050

RGB

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

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

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

R = 45.02%
G = 27.49%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#835050 (or 0x835050) is known color: Lotus. HEX triplet: 83, 50 and 50. RGB value is (131,80,80). Sum of RGB (Red+Green+Blue) = 131+80+80=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #835050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835050 is #7CAFAF. Grayscale: #5F5F5F. Windows color (decimal): -8171440 or 5263491. OLE color: 5263491.

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

Color convert

RGB 131 80 80 -
CMYK 0 0.39 0.39 0.49
HSL 0.24% 0.41% -
HSV(B) 0.39% 0.51% -
XYZ 13.68 11.14 9.02 -
YUV 95.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 131 80 80 0 0.39 0.39 0.49 0 0.24 0.41
Hex 83 50 50 0 27 27 31 0 18 29
Octal 203 120 120 0 47 47 61 0 30 51
Binary 10000011 1010000 1010000 0 100111 100111 110001 0 11000 101001

Color Harmonies of #835050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835050

Black with #835050

Text Example


Text Example

White with #835050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835050; }

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

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

background-color css

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

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

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

border-color css

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

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

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