Html Css Color HEX #83504B Lotus

📋 copy color: '#83504B'

red 131 ◦ green 80 ◦ blue 75

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

Shades of Lotus #83504B

Tints of Lotus #83504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 45.8%
G = 27.97%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83504B (or 0x83504B) is known color: Lotus. HEX triplet: 83, 50 and 4B. RGB value is (131,80,75). Sum of RGB (Red+Green+Blue) = 131+80+75=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #83504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83504B is #7CAFB4. Grayscale: #5E5E5E. Windows color (decimal): -8171445 or 4935811. OLE color: 4935811.

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

Color convert

RGB 131 80 75 -
CMYK 0 0.39 0.43 0.49
HSL 5.36º 0.27% 0.4% -
HSV(B) 5.36º 0.43% 0.51% -
XYZ 13.5 11.07 8.08 -
YUV 94.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 131 80 75 0 0.39 0.43 0.49 5.36 0.27 0.4
Hex 83 50 4B 0 27 2B 31 5 1B 28
Octal 203 120 113 0 47 53 61 5 33 50
Binary 10000011 1010000 1001011 0 100111 101011 110001 101 11011 101000

Color Harmonies of #83504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83504B

Black with #83504B

Text Example


Text Example

White with #83504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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